| Package | Description |
|---|---|
| org.apache.rahas.impl | |
| org.apache.rahas.impl.util |
| Modifier and Type | Method and Description |
|---|---|
protected SAMLTokenIssuerConfig |
SAMLTokenRenewer.setConfig(org.apache.axis2.context.MessageContext inMsgCtx)
set the configuration for SAML 1.1 and 2.0 renewing
|
| Modifier and Type | Method and Description |
|---|---|
protected org.opensaml.SAMLAssertion |
SAMLTokenIssuer.createAuthAssertion(Document doc,
String confMethod,
org.opensaml.SAMLNameIdentifier subjectNameId,
Element keyInfoContent,
SAMLTokenIssuerConfig config,
org.apache.ws.security.components.crypto.Crypto crypto,
Date notBefore,
Date notAfter,
RahasData data) |
protected org.opensaml.SAMLAssertion |
SAMLPassiveTokenIssuer.createAuthAssertion(Document doc,
String confMethod,
org.opensaml.SAMLNameIdentifier subjectNameId,
Element keyInfoContent,
SAMLTokenIssuerConfig config,
org.apache.ws.security.components.crypto.Crypto crypto,
Date notBefore,
Date notAfter,
String actAs) |
protected org.opensaml.saml2.core.Assertion |
SAML2TokenIssuer.createBearerAssersion(SAMLTokenIssuerConfig config,
Document doc,
org.apache.ws.security.components.crypto.Crypto crypto,
RahasData data)
Build SAML2.0 assertion as Bearer.
|
protected org.opensaml.SAMLAssertion |
SAMLTokenIssuer.createBearerAssertion(SAMLTokenIssuerConfig config,
Document doc,
org.apache.ws.security.components.crypto.Crypto crypto,
Date creationTime,
Date expirationTime,
RahasData data) |
protected org.opensaml.SAMLAssertion |
SAMLTokenIssuer.createHoKAssertion(SAMLTokenIssuerConfig config,
Document doc,
org.apache.ws.security.components.crypto.Crypto crypto,
Date creationTime,
Date expirationTime,
RahasData data) |
protected org.apache.ws.security.components.crypto.Crypto |
SAMLTokenRenewer.getCrypto(org.apache.axis2.context.MessageContext inMsgCtx,
SAMLTokenIssuerConfig config)
create the crypto from configuration.
|
void |
SAMLPassiveTokenIssuer.setConfig(SAMLTokenIssuerConfig config) |
void |
SAML2PassiveTokenIssuer.setConfig(SAMLTokenIssuerConfig config) |
protected org.opensaml.SAMLAssertion |
SAMLTokenRenewer.signAssertion(org.apache.ws.security.components.crypto.Crypto crypto,
org.opensaml.SAMLAssertion samlAssertion,
SAMLTokenIssuerConfig config)
sign the SAML 1.1 assertion.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
SAMLUtils.getDigestAlgorithm(SAMLTokenIssuerConfig config)
Get the digest algorithm
|
static String |
SAMLUtils.getSignatureAlgorithm(SAMLTokenIssuerConfig config,
X509Certificate[] issuerCerts)
Get the signature algorithm
|
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.