|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthDecisionStatementBean | |
|---|---|
| org.apache.ws.security.saml.ext | |
| org.apache.ws.security.saml.ext.builder | |
| Uses of AuthDecisionStatementBean in org.apache.ws.security.saml.ext |
|---|
| Methods in org.apache.ws.security.saml.ext that return types with arguments of type AuthDecisionStatementBean | |
|---|---|
java.util.List<AuthDecisionStatementBean> |
SAMLCallback.getAuthDecisionStatementData()
Method getAuthDecisionStatementData returns the authDecisionStatementData of this SAMLCallback object. |
| Method parameters in org.apache.ws.security.saml.ext with type arguments of type AuthDecisionStatementBean | |
|---|---|
void |
SAMLCallback.setAuthDecisionStatementData(java.util.List<AuthDecisionStatementBean> authDecisionStatementData)
Method setAuthDecisionStatementData sets the authDecisionStatementData of this SAMLCallback object. |
| Uses of AuthDecisionStatementBean in org.apache.ws.security.saml.ext.builder |
|---|
| Method parameters in org.apache.ws.security.saml.ext.builder with type arguments of type AuthDecisionStatementBean | |
|---|---|
static java.util.List<org.opensaml.saml2.core.AuthzDecisionStatement> |
SAML2ComponentBuilder.createAuthorizationDecisionStatement(java.util.List<AuthDecisionStatementBean> decisionData)
Create SAML2 AuthorizationDecisionStatement(s) |
static java.util.List<org.opensaml.saml1.core.AuthorizationDecisionStatement> |
SAML1ComponentBuilder.createSamlv1AuthorizationDecisionStatement(java.util.List<AuthDecisionStatementBean> decisionData)
Create SAML 1.1 Authorization Decision Statement(s) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||