public interface TokenConsumerConfig
extends com.ibm.ws.webservices.wssecurity.config.Configuration
TokenConsumer
configuration data.Configuration
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONFIG_KEY |
Modifier and Type | Method and Description |
---|---|
java.util.Map |
getCallerProperties()
Gets the
Map object which contains name-value
pairs related with the caller. |
TokenConsumerComponent |
getInstance()
Gets the instance of token consumer.
|
java.lang.String |
getJAASConfig()
Gets the module name in the JAAS configuration.
|
java.util.Map |
getJAASConfigProperties()
Gets the
Map object which contains name-value
pairs for the JAAS configuration. |
java.security.cert.PKIXBuilderParameters |
getPKIXBuilderParameters()
Gets the certificate store.
|
java.util.Map |
getProperties()
Gets the
Map object which contains name-value
pairs. |
java.security.Provider |
getProvider()
Gets the provider.
|
TrustedIDEvaluator |
getTrustedIDEvaluator()
Gets the evaluator of trusted identifiers.
|
java.util.Map |
getTrustMethodProperties()
Gets the
Map object which contains name-value
pairs related with the trusted identifier. |
javax.xml.namespace.QName |
getType()
Gets the type of this token.
|
java.lang.String |
getUsage()
Gets the usage of the consumer.
|
boolean |
isCallerRequired()
Checks whether the token is used to specify the caller.
|
boolean |
isTrustAnyCertificate()
Gets whether this consumer trusts any certificate.
|
boolean |
isTrustMethodRequired()
Checks whether the token is used to specify the trusted
identifier.
|
boolean |
isUsedForDecryption()
Checks whether the token is used for decryption.
|
boolean |
isUsedForVerification()
Checks whether the token is used for signature verification.
|
static final java.lang.String CONFIG_KEY
TokenConsumerComponent getInstance()
java.lang.String getUsage()
javax.xml.namespace.QName getType()
wsse:X509v3
or wsse:UsernameToken
.TrustedIDEvaluator getTrustedIDEvaluator()
boolean isTrustAnyCertificate()
java.security.Provider getProvider()
java.security.cert.PKIXBuilderParameters getPKIXBuilderParameters()
boolean isCallerRequired()
java.util.Map getCallerProperties()
Map
object which contains name-value
pairs related with the caller.Map
objectboolean isTrustMethodRequired()
java.util.Map getTrustMethodProperties()
Map
object which contains name-value
pairs related with the trusted identifier.Map
objectjava.lang.String getJAASConfig()
java.util.Map getJAASConfigProperties()
Map
object which contains name-value
pairs for the JAAS configuration.Map
objectboolean isUsedForVerification()
boolean isUsedForDecryption()
java.util.Map getProperties()
Map
object which contains name-value
pairs.
These pairs include <Property>
elements
in the configuration XMI files.Map
object