com.ibm.wsspi.wssecurity.core.config
Interface CallerConfig
All Superinterfaces:
- public interface CallerConfig
- extends Configuration
Field Summary
Modifier and Type | Field and Description |
---|---|
|
CONFIG_KEY
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getCallerIdentity()
Gets the value type of the caller identity token.
|
|
getTrustedIdentity()
Gets the value type of the trusted identity token.
|
|
trustAnyTrustedIdentity()
Gets whether or not any trusted identity is trusted an unconditional manner.
|
|
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:
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