public class IssueSamlTokenContractImpl extends IssueSamlTokenContract
authnCtxClass, eleFac, SAML_BEARER_1_0, SAML_BEARER_2_0, SAML_HOLDER_OF_KEY_1_0, SAML_HOLDER_OF_KEY_2_0, SAML_SENDER_VOUCHES_1_0, SAML_SENDER_VOUCHES_2_0, stsConfig, wstVer| Constructor and Description |
|---|
IssueSamlTokenContractImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected Assertion |
createSAML11Assertion(String assertionId,
String issuer,
String appliesTo,
org.apache.xml.security.keys.KeyInfo keyInfo,
Map<QName,List<String>> claimedAttrs,
String keyType) |
protected Assertion |
createSAML20Assertion(String assertionId,
String issuer,
String appliesTo,
org.apache.xml.security.keys.KeyInfo keyInfo,
Map<QName,List<String>> claimedAttrs,
String keyType) |
Token |
createSAMLAssertion(String appliesTo,
String tokenType,
String keyType,
String assertionId,
String issuer,
Map<QName,List<String>> claimedAttrs,
IssuedTokenContext context) |
cancel, handleUnsolicited, init, issue, issueMultiple, renew, validatepublic Token createSAMLAssertion(String appliesTo, String tokenType, String keyType, String assertionId, String issuer, Map<QName,List<String>> claimedAttrs, IssuedTokenContext context) throws WSTrustException
createSAMLAssertion in interface IssueSamlTokenContract<BaseSTSRequest,BaseSTSResponse>createSAMLAssertion in class IssueSamlTokenContractWSTrustExceptionprotected Assertion createSAML11Assertion(String assertionId, String issuer, String appliesTo, org.apache.xml.security.keys.KeyInfo keyInfo, Map<QName,List<String>> claimedAttrs, String keyType) throws WSTrustException
WSTrustExceptionCopyright © 2005–2018 Oracle Corporation. All rights reserved.