com.sun.xml.ws.security.trust.impl
Class IssueSamlTokenContractImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.IssueSamlTokenContract
com.sun.xml.ws.security.trust.impl.IssueSamlTokenContractImpl
- All Implemented Interfaces:
- IssueSamlTokenContract<BaseSTSRequest,BaseSTSResponse>, WSTrustContract<BaseSTSRequest,BaseSTSResponse>
public class IssueSamlTokenContractImpl
- extends IssueSamlTokenContract
|
Method Summary |
protected Assertion |
createSAML11Assertion(String assertionId,
String issuer,
String appliesTo,
com.sun.org.apache.xml.internal.security.keys.KeyInfo keyInfo,
Map<QName,List<String>> claimedAttrs,
String keyType)
|
protected Assertion |
createSAML20Assertion(String assertionId,
String issuer,
String appliesTo,
com.sun.org.apache.xml.internal.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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IssueSamlTokenContractImpl
public IssueSamlTokenContractImpl()
createSAMLAssertion
public Token createSAMLAssertion(String appliesTo,
String tokenType,
String keyType,
String assertionId,
String issuer,
Map<QName,List<String>> claimedAttrs,
IssuedTokenContext context)
throws WSTrustException
- Specified by:
createSAMLAssertion in interface IssueSamlTokenContract<BaseSTSRequest,BaseSTSResponse>- Specified by:
createSAMLAssertion in class IssueSamlTokenContract
- Throws:
WSTrustException
createSAML11Assertion
protected Assertion createSAML11Assertion(String assertionId,
String issuer,
String appliesTo,
com.sun.org.apache.xml.internal.security.keys.KeyInfo keyInfo,
Map<QName,List<String>> claimedAttrs,
String keyType)
throws WSTrustException
- Throws:
WSTrustException
createSAML20Assertion
protected Assertion createSAML20Assertion(String assertionId,
String issuer,
String appliesTo,
com.sun.org.apache.xml.internal.security.keys.KeyInfo keyInfo,
Map<QName,List<String>> claimedAttrs,
String keyType)
throws WSTrustException
- Throws:
WSTrustException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.