Package | Description |
---|---|
org.apache.ws.security.saml.ext | |
org.apache.ws.security.saml.ext.builder |
Modifier and Type | Method and Description |
---|---|
List<AuthDecisionStatementBean> |
SAMLCallback.getAuthDecisionStatementData()
Method getAuthDecisionStatementData returns the authDecisionStatementData of this
SAMLCallback object.
|
Modifier and Type | Method and Description |
---|---|
void |
SAMLCallback.setAuthDecisionStatementData(List<AuthDecisionStatementBean> authDecisionStatementData)
Method setAuthDecisionStatementData sets the authDecisionStatementData of this
SAMLCallback object.
|
Modifier and Type | Method and Description |
---|---|
static List<AuthzDecisionStatement> |
SAML2ComponentBuilder.createAuthorizationDecisionStatement(List<AuthDecisionStatementBean> decisionData)
Create SAML2 AuthorizationDecisionStatement(s)
|
static List<AuthorizationDecisionStatement> |
SAML1ComponentBuilder.createSamlv1AuthorizationDecisionStatement(List<AuthDecisionStatementBean> decisionData)
Create SAML 1.1 Authorization Decision Statement(s)
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.