Uses of Class
org.apache.wss4j.common.saml.bean.AuthenticationStatementBean
Packages that use AuthenticationStatementBean
Package
Description
-
Uses of AuthenticationStatementBean in org.apache.cxf.sts.token.provider
Methods in org.apache.cxf.sts.token.provider that return AuthenticationStatementBeanModifier and TypeMethodDescriptionAuthenticationStatementProvider.getStatement(TokenProviderParameters providerParameters) Get an AuthenticationStatementBean using the given parameters.Methods in org.apache.cxf.sts.token.provider that return types with arguments of type AuthenticationStatementBeanMethod parameters in org.apache.cxf.sts.token.provider with type arguments of type AuthenticationStatementBeanModifier and TypeMethodDescriptionvoidSubjectProviderParameters.setAuthBeanList(List<AuthenticationStatementBean> authBeanList) voidSamlCallbackHandler.setAuthenticationBeans(List<AuthenticationStatementBean> authBeanList) Set the list of AuthenticationStatementBeans. -
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)