org.apache.cxf.sts.operation
Class TokenIssueOperation

java.lang.Object
  extended by org.apache.cxf.sts.operation.AbstractOperation
      extended by 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.


Field Summary
 
Fields inherited from class org.apache.cxf.sts.operation.AbstractOperation
claimsManager, encryptIssuedToken, returnReferences, services, stsProperties, TOKEN_TYPE, tokenProviders, tokenStore, tokenValidators
 
Constructor Summary
TokenIssueOperation()
           
 
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
 

Constructor Detail

TokenIssueOperation

public TokenIssueOperation()
Method Detail

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