com.ibm.wsspi.wssecurity.core.config

Interface CallerConfig

All Superinterfaces:
Configuration

  1. public interface CallerConfig
  2. extends Configuration

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
CONFIG_KEY

Method Summary

Modifier and Type Method and Description
  1. javax.xml.namespace.QName
getCallerIdentity()
Gets the value type of the caller identity token.
  1. javax.xml.namespace.QName
getTrustedIdentity()
Gets the value type of the trusted identity token.
  1. boolean
trustAnyTrustedIdentity()
Gets whether or not any trusted identity is trusted an unconditional manner.
  1. boolean
useIdentityAssertion()
Gets whether or not the identity assertion is used.
Methods inherited from interface com.ibm.wsspi.wssecurity.core.config.Configuration
validate

Field Detail

CONFIG_KEY

  1. static final java.lang.String CONFIG_KEY
See Also:

Method Detail

useIdentityAssertion

  1. boolean useIdentityAssertion()
Gets whether or not the identity assertion is used.
Returns:
True if the identity assertion is used

trustAnyTrustedIdentity

  1. boolean trustAnyTrustedIdentity( )
Gets whether or not any trusted identity is trusted an unconditional manner.
Returns:
True if any trusted identity is trusted

getCallerIdentity

  1. javax.xml.namespace.QName getCallerIdentity( )
Gets the value type of the caller identity token.
Returns:
The value type of the caller identity token

getTrustedIdentity

  1. javax.xml.namespace.QName getTrustedIdentity( )
Gets the value type of the trusted identity token. Return value can be null.
Returns:
The value type of the trusted identity token