public interface STSConfiguration extends STSCoreConfig
The STSConfiguration interface allows access to the security token service (STS) configuration attributes.
| Modifier and Type | Method and Description |
|---|---|
ClaimsProcessor |
getClaimsProcessor(String claimsDialect)
Obtains the
ClaimsProcessor that must be used to handle claims of the specified dialect. |
WSTrustRequestHandler |
getRequestHandler()
Obtains the WS-Trust request handler class.
|
String |
getXMLDSigCanonicalizationMethod()
Returns the configured canonicalization method.
|
addTokenProvider, copy, encryptIssuedToken, getCertificate, getIssuedTokenTimeout, getProviderForService, getProviderForTokenElementNS, getProviderForTokenType, getProvidersByFamily, getServiceProviderPublicKey, getSTSKeyPair, getSTSName, getTokenProviders, getTokenTypeForService, removeTokenProvider, signIssuedTokenWSTrustRequestHandler getRequestHandler()
Obtains the WS-Trust request handler class.
WSTrustRequestHandler.ClaimsProcessor getClaimsProcessor(String claimsDialect)
Obtains the ClaimsProcessor that must be used to handle claims of the specified dialect.
claimsDialect - a String representing the claims dialect (usually a URL).ClaimsProcessor to be used, or null if no processor could be found for the dialect.String getXMLDSigCanonicalizationMethod()
Returns the configured canonicalization method.
NOTE: Defaults to javax.xml.crypto.dsig.CanonicalizationMethod.EXCLUSIVE_WITH_COMMENTS
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.