Package | Description |
---|---|
org.apache.rahas | |
org.apache.rahas.impl | |
org.apache.rahas.impl.util |
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.soap.SOAPEnvelope |
TokenCanceler.cancel(RahasData data)
Cancel the token specified in the request.
|
String |
TokenIssuer.getResponseAction(RahasData data)
Returns the
wsa:Action of the response. |
String |
TokenCanceler.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.
|
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.soap.SOAPEnvelope |
TokenCancelerImpl.cancel(RahasData data)
Cancel the token specified in the request.
|
String |
TokenCancelerImpl.getResponseAction(RahasData data)
Returns the
wsa:Action of the response. |
String |
SCTIssuer.getResponseAction(RahasData data) |
String |
SAMLTokenIssuer.getResponseAction(RahasData data)
Returns the
wsa:Action of the response. |
String |
SAML2TokenIssuer.getResponseAction(RahasData data) |
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,
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 |
SAML2TokenIssuer.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.
|
Modifier and Type | Method and Description |
---|---|
RahasData |
SAMLNameIdentifierCallback.getData() |
RahasData |
SAMLAttributeCallback.getData() |
Modifier and Type | Method and Description |
---|---|
static org.opensaml.xml.signature.KeyInfo |
SAMLUtils.getSymmetricKeyBasedKeyInfo(Document doc,
RahasData data,
X509Certificate serviceCert,
int keySize,
org.apache.ws.security.components.crypto.Crypto crypto,
int keyComputation)
This method creates KeyInfo element of an assertion.
|
Constructor and Description |
---|
SAMLAttributeCallback(RahasData data) |
SAMLNameIdentifierCallback(RahasData data) |
Copyright © Apache Software Foundation. All Rights Reserved.