org.apache.cxf.sts.operation
Class TokenIssueOperation
java.lang.Object
org.apache.cxf.sts.operation.AbstractOperation
org.apache.cxf.sts.operation.TokenIssueOperation
- All Implemented Interfaces:
- org.apache.cxf.ws.security.sts.provider.operation.IssueOperation, org.apache.cxf.ws.security.sts.provider.operation.IssueSingleOperation
public class TokenIssueOperation
- extends AbstractOperation
- implements org.apache.cxf.ws.security.sts.provider.operation.IssueOperation, org.apache.cxf.ws.security.sts.provider.operation.IssueSingleOperation
An implementation of the IssueOperation interface.
|
Method Summary |
org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenResponseCollectionType |
issue(org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenCollectionType requestCollection,
javax.xml.ws.WebServiceContext context)
|
org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenResponseCollectionType |
issue(org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType request,
javax.xml.ws.WebServiceContext context)
|
org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenResponseType |
issueSingle(org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType request,
javax.xml.ws.WebServiceContext context)
|
| Methods inherited from class org.apache.cxf.sts.operation.AbstractOperation |
checkClaimsSupport, createLifetime, createRequestedReference, createRequestedReference, createTokenProviderParameters, encryptSecret, encryptToken, extractAddressFromAppliesTo, getClaimsManager, getTokenProviders, getTokenStore, getTokenValidators, isReturnReferences, parseRequest, processValidToken, setClaimsManager, setEncryptIssuedToken, setReturnReferences, setServices, setStsProperties, setTokenProviders, setTokenStore, setTokenValidators, validateReceivedToken |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TokenIssueOperation
public TokenIssueOperation()
issue
public org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenResponseCollectionType issue(org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType request,
javax.xml.ws.WebServiceContext context)
- Specified by:
issue in interface org.apache.cxf.ws.security.sts.provider.operation.IssueOperation
issue
public org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenResponseCollectionType issue(org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenCollectionType requestCollection,
javax.xml.ws.WebServiceContext context)
issueSingle
public org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenResponseType issueSingle(org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType request,
javax.xml.ws.WebServiceContext context)
- Specified by:
issueSingle in interface org.apache.cxf.ws.security.sts.provider.operation.IssueSingleOperation
Apache CXF