Uses of Class
org.apache.wss4j.common.saml.bean.AuthenticationStatementBean
Packages that use AuthenticationStatementBean
-
Uses of AuthenticationStatementBean in org.apache.wss4j.common.saml
Methods in org.apache.wss4j.common.saml that return types with arguments of type AuthenticationStatementBeanModifier and TypeMethodDescriptionSAMLCallback.getAuthenticationStatementData()Method getAuthenticationStatementData returns the authenticationStatementData of this SAMLCallback object.Method parameters in org.apache.wss4j.common.saml with type arguments of type AuthenticationStatementBeanModifier and TypeMethodDescriptionvoidSAMLCallback.setAuthenticationStatementData(List<AuthenticationStatementBean> authenticationStatementData) Method setAuthenticationStatementData sets the authenticationStatementData of this SAMLCallback object. -
Uses of AuthenticationStatementBean in org.apache.wss4j.common.saml.builder
Method parameters in org.apache.wss4j.common.saml.builder with type arguments of type AuthenticationStatementBeanModifier and TypeMethodDescriptionstatic List<org.opensaml.saml.saml2.core.AuthnStatement>SAML2ComponentBuilder.createAuthnStatement(List<AuthenticationStatementBean> authBeans) Create SAML 2 Authentication Statement(s).static List<org.opensaml.saml.saml1.core.AuthenticationStatement>SAML1ComponentBuilder.createSamlv1AuthenticationStatement(List<AuthenticationStatementBean> authBeans) Create SAML 1.1 authentication statement(s)