Class AuthnQueryImpl

    • Field Detail

      • sessionIndex

        private String sessionIndex
        SessionIndex attribute.
      • requestedAuthnContext

        private RequestedAuthnContext requestedAuthnContext
        RequestedAuthnContext child element.
    • Constructor Detail

      • AuthnQueryImpl

        protected AuthnQueryImpl​(String namespaceURI,
                                 String elementLocalName,
                                 String namespacePrefix)
        Constructor.
        Parameters:
        namespaceURI - the namespace the element is in
        elementLocalName - the local name of the XML element this Object represents
        namespacePrefix - the prefix for the given namespace
    • Method Detail

      • getSessionIndex

        public String getSessionIndex()
        Gets the SessionIndex of this request.
        Specified by:
        getSessionIndex in interface AuthnQuery
        Returns:
        the SessionIndex of this request
      • setSessionIndex

        public void setSessionIndex​(String newSessionIndex)
        Sets the SessionIndex of this request.
        Specified by:
        setSessionIndex in interface AuthnQuery
        Parameters:
        newSessionIndex - the SessionIndex of this request
      • setRequestedAuthnContext

        public void setRequestedAuthnContext​(RequestedAuthnContext newRequestedAuthnContext)
        Sets the RequestedAuthnContext of this request.
        Specified by:
        setRequestedAuthnContext in interface AuthnQuery
        Parameters:
        newRequestedAuthnContext - the RequestedAuthnContext of this request