IBM WebSphere Application ServerTM
Release 7

com.ibm.wsspi.wssecurity.core.config
Interface CallerConfig

All Superinterfaces:
Configuration

public interface CallerConfig
extends Configuration


Field Summary
static java.lang.String CONFIG_KEY
           
 
Method Summary
 javax.xml.namespace.QName getCallerIdentity()
          Gets the value type of the caller identity token.
 javax.xml.namespace.QName getTrustedIdentity()
          Gets the value type of the trusted identity token.
 boolean trustAnyTrustedIdentity()
          Gets whether or not any trusted identity is trusted an unconditional manner.
 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

static final java.lang.String CONFIG_KEY
See Also:
Constant Field Values
Method Detail

useIdentityAssertion

boolean useIdentityAssertion()
Gets whether or not the identity assertion is used.

Returns:
True if the identity assertion is used

trustAnyTrustedIdentity

boolean trustAnyTrustedIdentity()
Gets whether or not any trusted identity is trusted an unconditional manner.

Returns:
True if any trusted identity is trusted

getCallerIdentity

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

Returns:
The value type of the caller identity token

getTrustedIdentity

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

IBM WebSphere Application ServerTM
Release 7