gov.virginia.dcjs.identity.saml
Class AuthnQuery

java.lang.Object
  extended bygov.virginia.dcjs.ws.Element
      extended bygov.virginia.dcjs.identity.saml.MessageAbstractType
          extended bygov.virginia.dcjs.identity.saml.RequestAbstractType
              extended bygov.virginia.dcjs.identity.saml.SubjectQueryAbstractType
                  extended bygov.virginia.dcjs.identity.saml.AuthnQuery
All Implemented Interfaces:
org.apache.soap.util.xml.Serializer, XmlElement

public class AuthnQuery
extends SubjectQueryAbstractType

Use this class to make the request that asks, "What assertions containing * authentication statements are available for this subject?"


Constructor Summary
AuthnQuery(Subject subject)
           
 
Method Summary
 void setRequestedAuthnContext(RequestedAuthnContext context)
           
 void setSessionIndex(java.lang.String index)
           
 
Methods inherited from class gov.virginia.dcjs.identity.saml.MessageAbstractType
getID, getIssueInstant, setConsent, setDestination, setExtensions, setIssuer, setSignature
 
Methods inherited from class gov.virginia.dcjs.ws.Element
addAttribute, addElement, arrayAppend, declareNamespaces, getNamespaces, marshall, removeAttribute, removeElement, setContent, toString, toXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthnQuery

public AuthnQuery(Subject subject)
Method Detail

setSessionIndex

public void setSessionIndex(java.lang.String index)

setRequestedAuthnContext

public void setRequestedAuthnContext(RequestedAuthnContext context)