com.sun.xml.ws.security.trust.impl
Class SBIssuedSamlTokenContractImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.IssueSamlTokenContract
com.sun.xml.ws.security.trust.impl.SBIssuedSamlTokenContractImpl
- All Implemented Interfaces:
- IssueSamlTokenContract<BaseSTSRequest,BaseSTSResponse>, WSTrustContract<BaseSTSRequest,BaseSTSResponse>
public class SBIssuedSamlTokenContractImpl
- extends IssueSamlTokenContract
- Author:
|
Method Summary |
EncryptedDataType |
createEncryptedData(String id,
String dataEncAlgo,
KeyInfo keyInfo,
boolean contentOnly)
|
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 |
PRINCIPAL
protected static final String PRINCIPAL
- See Also:
- Constant Field Values
SBIssuedSamlTokenContractImpl
public SBIssuedSamlTokenContractImpl(SOAPVersion soapVersion)
- Creates a new instance of SBIssuedSamlTokenContractImpl
SBIssuedSamlTokenContractImpl
public SBIssuedSamlTokenContractImpl()
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
createEncryptedData
public EncryptedDataType createEncryptedData(String id,
String dataEncAlgo,
KeyInfo keyInfo,
boolean contentOnly)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.