Package | Description |
---|---|
org.apache.ws.security.saml.ext | |
org.apache.ws.security.saml.ext.builder |
Modifier and Type | Method and Description |
---|---|
List<AuthenticationStatementBean> |
SAMLCallback.getAuthenticationStatementData()
Method getAuthenticationStatementData returns the authenticationStatementData of this
SAMLCallback object.
|
Modifier and Type | Method and Description |
---|---|
void |
SAMLCallback.setAuthenticationStatementData(List<AuthenticationStatementBean> authenticationStatementData)
Method setAuthenticationStatementData sets the authenticationStatementData of this
SAMLCallback object.
|
Modifier and Type | Method and Description |
---|---|
static List<AuthnStatement> |
SAML2ComponentBuilder.createAuthnStatement(List<AuthenticationStatementBean> authBeans)
Create SAML 2 Authentication Statement(s).
|
static List<AuthenticationStatement> |
SAML1ComponentBuilder.createSamlv1AuthenticationStatement(List<AuthenticationStatementBean> authBeans)
Create SAML 1.1 authentication statement(s)
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.