public interface CallerConfig extends Configuration
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONFIG_KEY |
Modifier and Type | Method and Description |
---|---|
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.
|
validate
static final java.lang.String CONFIG_KEY
boolean useIdentityAssertion()
boolean trustAnyTrustedIdentity()
javax.xml.namespace.QName getCallerIdentity()
javax.xml.namespace.QName getTrustedIdentity()