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 |
---|---|
protected org.opensaml.saml2.core.Assertion |
SAML2TokenIssuer.buildAssertion(Document doc,
org.apache.ws.security.components.crypto.Crypto crypto,
RahasData data)
This methods builds the SAML2 assertion.
|
org.apache.axiom.soap.SOAPEnvelope |
TokenCancelerImpl.cancel(RahasData data)
Cancel the token specified in the request.
|
protected org.opensaml.saml2.core.AttributeStatement |
SAML2TokenIssuer.createAttributeStatement(RahasData data)
This method creates an AttributeStatement.
|
protected org.opensaml.saml2.core.AuthnStatement |
SAML2TokenIssuer.createAuthenticationStatement(RahasData data)
This method creates an authentication statement.
|
protected org.opensaml.xml.signature.KeyInfo |
SAML2TokenIssuer.createKeyInfo(Document doc,
org.apache.ws.security.components.crypto.Crypto crypto,
RahasData data)
This method creates the KeyInfo relevant for the assertion.
|
protected org.apache.axiom.soap.SOAPEnvelope |
SAML2TokenIssuer.createRequestSecurityTokenResponse(RahasData rahasData,
org.opensaml.saml2.core.Assertion assertion,
org.apache.axiom.soap.SOAPEnvelope soapEnvelope)
This method prepares the final response.
|
protected org.opensaml.saml2.core.Subject |
SAML2TokenIssuer.createSubjectWithBearerSubjectConfirmation(RahasData data)
This method creates a subject element with the bearer subject confirmation method.
|
protected org.opensaml.saml2.core.Subject |
SAML2TokenIssuer.createSubjectWithHolderOfKeySubjectConfirmation(Document doc,
org.apache.ws.security.components.crypto.Crypto crypto,
org.joda.time.DateTime creationTime,
org.joda.time.DateTime expirationTime,
RahasData data)
This method will create a SAML 2 subject based on Holder of Key confirmation method.
|
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)
This is the main method which issues SAML2 assertions as security token responses.
|
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 SAMLCallbackHandler |
CommonUtil.getSAMLCallbackHandler(SAMLTokenIssuerConfig tokenIssuerConfiguration,
RahasData data)
Gets the SAML callback handler.
|
static org.opensaml.xml.signature.KeyInfo |
CommonUtil.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.