|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface STSConfiguration
The STSConfiguration
interface allows access to the security token service (STS) configuration attributes.
Method Summary | |
---|---|
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. |
Methods inherited from interface org.picketlink.identity.federation.core.sts.STSCoreConfig |
---|
addTokenProvider, copy, encryptIssuedToken, getCertificate, getIssuedTokenTimeout, getProviderForService, getProviderForTokenElementNS, getProviderForTokenType, getProvidersByFamily, getServiceProviderPublicKey, getSTSKeyPair, getSTSName, getTokenProviders, getTokenTypeForService, removeTokenProvider, signIssuedToken |
Method Detail |
---|
WSTrustRequestHandler 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
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |