Uses of Class
org.apache.wss4j.common.saml.bean.AuthenticationStatementBean
-
Packages that use AuthenticationStatementBean Package Description org.apache.cxf.sts.token.provider org.apache.wss4j.common.saml org.apache.wss4j.common.saml.builder -
-
Uses of AuthenticationStatementBean in org.apache.cxf.sts.token.provider
Methods in org.apache.cxf.sts.token.provider that return AuthenticationStatementBean Modifier and Type Method Description AuthenticationStatementBeanAuthenticationStatementProvider. 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 AuthenticationStatementBean Modifier and Type Method Description List<AuthenticationStatementBean>SubjectProviderParameters. getAuthBeanList()Method parameters in org.apache.cxf.sts.token.provider with type arguments of type AuthenticationStatementBean Modifier and Type Method Description voidSubjectProviderParameters. 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 AuthenticationStatementBean Modifier and Type Method Description List<AuthenticationStatementBean>SAMLCallback. getAuthenticationStatementData()Method getAuthenticationStatementData returns the authenticationStatementData of this SAMLCallback object.Method parameters in org.apache.wss4j.common.saml with type arguments of type AuthenticationStatementBean Modifier and Type Method Description voidSAMLCallback. 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 AuthenticationStatementBean Modifier and Type Method Description static 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)
-