Uses of Class
org.apache.wss4j.common.saml.bean.AuthDecisionStatementBean
Packages that use AuthDecisionStatementBean
-
Uses of AuthDecisionStatementBean in org.apache.wss4j.common.saml
Methods in org.apache.wss4j.common.saml that return types with arguments of type AuthDecisionStatementBeanModifier and TypeMethodDescriptionSAMLCallback.getAuthDecisionStatementData()Method getAuthDecisionStatementData returns the authDecisionStatementData of this SAMLCallback object.Method parameters in org.apache.wss4j.common.saml with type arguments of type AuthDecisionStatementBeanModifier and TypeMethodDescriptionvoidSAMLCallback.setAuthDecisionStatementData(List<AuthDecisionStatementBean> authDecisionStatementData) Method setAuthDecisionStatementData sets the authDecisionStatementData of this SAMLCallback object. -
Uses of AuthDecisionStatementBean in org.apache.wss4j.common.saml.builder
Method parameters in org.apache.wss4j.common.saml.builder with type arguments of type AuthDecisionStatementBeanModifier and TypeMethodDescriptionstatic List<org.opensaml.saml.saml2.core.AuthzDecisionStatement>SAML2ComponentBuilder.createAuthorizationDecisionStatement(List<AuthDecisionStatementBean> decisionData) Create SAML2 AuthorizationDecisionStatement(s)static List<org.opensaml.saml.saml1.core.AuthorizationDecisionStatement>SAML1ComponentBuilder.createSamlv1AuthorizationDecisionStatement(List<AuthDecisionStatementBean> decisionData) Create SAML 1.1 Authorization Decision Statement(s)