Uses of Class
org.apache.rahas.RahasData

Packages that use RahasData
org.apache.rahas   
org.apache.rahas.impl   
org.apache.rahas.impl.util   
 

Uses of RahasData in org.apache.rahas
 

Methods in org.apache.rahas with parameters of type RahasData
 org.apache.axiom.soap.SOAPEnvelope TokenCanceler.cancel(RahasData data)
          Cancel the token specified in the request.
 java.lang.String TokenCanceler.getResponseAction(RahasData data)
          Returns the wsa:Action of the response.
 java.lang.String TokenIssuer.getResponseAction(RahasData data)
          Returns the wsa:Action of the response.
 org.apache.axiom.soap.SOAPEnvelope TokenIssuer.issue(RahasData data)
          Create the response soap:Envelope for the given issue request.
 org.apache.axiom.soap.SOAPEnvelope TokenRenewer.renew(RahasData data)
          Renew the token specified in the given request.
 org.apache.axiom.soap.SOAPEnvelope TokenValidator.validate(RahasData data)
          Validate the token specified in the given request.
 

Uses of RahasData in org.apache.rahas.impl
 

Methods in org.apache.rahas.impl with parameters of type RahasData
 org.apache.axiom.soap.SOAPEnvelope TokenCancelerImpl.cancel(RahasData data)
          Cancel the token specified in the request.
 java.lang.String SCTIssuer.getResponseAction(RahasData data)
           
 java.lang.String SAMLTokenIssuer.getResponseAction(RahasData data)
          Returns the wsa:Action of the response.
 java.lang.String TokenCancelerImpl.getResponseAction(RahasData data)
          Returns the wsa:Action of the response.
static byte[] TokenIssuerUtil.getSharedSecret(RahasData data, int keyComputation, int keySize)
           
static void TokenIssuerUtil.handleRequestedProofToken(RahasData data, int wstVersion, AbstractIssuerConfig config, org.apache.axiom.om.OMElement rstrElem, Token token, org.w3c.dom.Document doc)
           
 org.apache.axiom.soap.SOAPEnvelope SCTIssuer.issue(RahasData data)
          Issue a SecurityContextToken based on the wsse:Signature or wsse:UsernameToken

This will support returning the SecurityContextToken with the following types of wst:RequestedProof tokens: xenc:EncryptedKey wst:ComputedKey wst:BinarySecret (for secure transport)

 org.apache.axiom.soap.SOAPEnvelope SAMLTokenIssuer.issue(RahasData data)
           
 org.apache.axiom.soap.SOAPEnvelope SAMLTokenRenewer.renew(RahasData data)
           
 org.apache.axiom.soap.SOAPEnvelope SAMLTokenValidator.validate(RahasData data)
          Returns a SOAPEnvelope with the result of the validation.
 

Uses of RahasData in org.apache.rahas.impl.util
 

Methods in org.apache.rahas.impl.util that return RahasData
 RahasData SAMLAttributeCallback.getData()
           
 RahasData SAMLNameIdentifierCallback.getData()
           
 

Constructors in org.apache.rahas.impl.util with parameters of type RahasData
SAMLAttributeCallback(RahasData data)
           
SAMLNameIdentifierCallback(RahasData data)