|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for retrieving TokenConsumer
configuration data.
Configuration
Field Summary | |
---|---|
static java.lang.String |
CONFIG_KEY
|
Method Summary | |
---|---|
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. |
Methods inherited from interface com.ibm.ws.webservices.wssecurity.config.Configuration |
---|
validate |
Field Detail |
public static final java.lang.String CONFIG_KEY
Method Detail |
public TokenConsumerComponent getInstance()
public java.lang.String getUsage()
public javax.xml.namespace.QName getType()
wsse:X509v3
or wsse:UsernameToken
.
public TrustedIDEvaluator getTrustedIDEvaluator()
public boolean isTrustAnyCertificate()
public java.security.Provider getProvider()
public java.security.cert.PKIXBuilderParameters getPKIXBuilderParameters()
public boolean isCallerRequired()
public java.util.Map getCallerProperties()
Map
object which contains name-value
pairs related with the caller.
Map
objectpublic boolean isTrustMethodRequired()
public java.util.Map getTrustMethodProperties()
Map
object which contains name-value
pairs related with the trusted identifier.
Map
objectpublic java.lang.String getJAASConfig()
public java.util.Map getJAASConfigProperties()
Map
object which contains name-value
pairs for the JAAS configuration.
Map
objectpublic boolean isUsedForVerification()
public boolean isUsedForDecryption()
public java.util.Map getProperties()
Map
object which contains name-value
pairs.
These pairs include <Property>
elements
in the configuration XMI files.
Map
object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |