Uses of Class
org.jboss.seam.security.external.jaxb.samlv2.protocol.RequestedAuthnContextType

Packages that use RequestedAuthnContextType
org.jboss.seam.security.external.jaxb.samlv2.protocol   
 

Uses of RequestedAuthnContextType in org.jboss.seam.security.external.jaxb.samlv2.protocol
 

Fields in org.jboss.seam.security.external.jaxb.samlv2.protocol declared as RequestedAuthnContextType
protected  RequestedAuthnContextType AuthnRequestType.requestedAuthnContext
           
protected  RequestedAuthnContextType AuthnQueryType.requestedAuthnContext
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol that return RequestedAuthnContextType
 RequestedAuthnContextType ObjectFactory.createRequestedAuthnContextType()
          Create an instance of RequestedAuthnContextType
 RequestedAuthnContextType AuthnRequestType.getRequestedAuthnContext()
          Gets the value of the requestedAuthnContext property.
 RequestedAuthnContextType AuthnQueryType.getRequestedAuthnContext()
          Gets the value of the requestedAuthnContext property.
 

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

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol with parameters of type RequestedAuthnContextType
 JAXBElement<RequestedAuthnContextType> ObjectFactory.createRequestedAuthnContext(RequestedAuthnContextType value)
          Create an instance of JAXBElement<RequestedAuthnContextType>}
 void AuthnRequestType.setRequestedAuthnContext(RequestedAuthnContextType value)
          Sets the value of the requestedAuthnContext property.
 void AuthnQueryType.setRequestedAuthnContext(RequestedAuthnContextType value)
          Sets the value of the requestedAuthnContext property.
 



Copyright © 2011 Seam Framework. All Rights Reserved.