Uses of Class
org.jboss.seam.security.external.jaxb.samlv2.assertion.AuthnContextType

Packages that use AuthnContextType
org.jboss.seam.security.external.jaxb.samlv2.assertion   
 

Uses of AuthnContextType in org.jboss.seam.security.external.jaxb.samlv2.assertion
 

Fields in org.jboss.seam.security.external.jaxb.samlv2.assertion declared as AuthnContextType
protected  AuthnContextType AuthnStatementType.authnContext
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion that return AuthnContextType
 AuthnContextType ObjectFactory.createAuthnContextType()
          Create an instance of AuthnContextType
 AuthnContextType AuthnStatementType.getAuthnContext()
          Gets the value of the authnContext property.
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion that return types with arguments of type AuthnContextType
 JAXBElement<AuthnContextType> ObjectFactory.createAuthnContext(AuthnContextType value)
          Create an instance of JAXBElement<AuthnContextType>}
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion with parameters of type AuthnContextType
 JAXBElement<AuthnContextType> ObjectFactory.createAuthnContext(AuthnContextType value)
          Create an instance of JAXBElement<AuthnContextType>}
 void AuthnStatementType.setAuthnContext(AuthnContextType value)
          Sets the value of the authnContext property.
 



Copyright © 2011 Seam Framework. All Rights Reserved.