Interface IssueSamlTokenContract<K,V>
- All Superinterfaces:
WSTrustContract<K,V>
- All Known Implementing Classes:
IssueSamlTokenContract,IssueSamlTokenContractImpl,SBIssuedSamlTokenContractImpl
-
Method Summary
Methods inherited from interface com.sun.xml.ws.api.security.trust.WSTrustContract
cancel, handleUnsolicited, init, issue, renew, validate
-
Method Details
-
createSAMLAssertion
Token createSAMLAssertion(String appliesTo, String tokenType, String keyType, String assertionId, String issuer, Map<QName, List<String>> claimedAttrs, IssuedTokenContext context) throws WSTrustException- Throws:
WSTrustException
-