Uses of Class
org.apache.ws.security.saml.ext.bean.AuthenticationStatementBean

Packages that use AuthenticationStatementBean
org.apache.ws.security.saml.ext   
org.apache.ws.security.saml.ext.builder   
 

Uses of AuthenticationStatementBean in org.apache.ws.security.saml.ext
 

Methods in org.apache.ws.security.saml.ext that return types with arguments of type AuthenticationStatementBean
 List<AuthenticationStatementBean> SAMLCallback.getAuthenticationStatementData()
          Method getAuthenticationStatementData returns the authenticationStatementData of this SAMLCallback object.
 

Method parameters in org.apache.ws.security.saml.ext with type arguments of type AuthenticationStatementBean
 void SAMLCallback.setAuthenticationStatementData(List<AuthenticationStatementBean> authenticationStatementData)
          Method setAuthenticationStatementData sets the authenticationStatementData of this SAMLCallback object.
 

Uses of AuthenticationStatementBean in org.apache.ws.security.saml.ext.builder
 

Method parameters in org.apache.ws.security.saml.ext.builder with type arguments of type AuthenticationStatementBean
static List<org.opensaml.saml2.core.AuthnStatement> SAML2ComponentBuilder.createAuthnStatement(List<AuthenticationStatementBean> authBeans)
          Create SAML 2 Authentication Statement(s).
static List<org.opensaml.saml1.core.AuthenticationStatement> SAML1ComponentBuilder.createSamlv1AuthenticationStatement(List<AuthenticationStatementBean> authBeans)
          Create SAML 1.1 authentication statement(s)
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.