Uses of Interface
org.sourceid.saml20.xmlbinding.assertion.AuthnContextType
-
Packages that use AuthnContextType Package Description org.sourceid.saml20.xmlbinding.assertion -
-
Uses of AuthnContextType in org.sourceid.saml20.xmlbinding.assertion
Methods in org.sourceid.saml20.xmlbinding.assertion that return AuthnContextType Modifier and Type Method Description AuthnContextTypeAuthnContextDocument. addNewAuthnContext()Appends and returns a new empty "AuthnContext" elementAuthnContextTypeAuthnStatementType. addNewAuthnContext()Appends and returns a new empty "AuthnContext" elementAuthnContextTypeAuthnContextDocument. getAuthnContext()Gets the "AuthnContext" elementAuthnContextTypeAuthnStatementType. getAuthnContext()Gets the "AuthnContext" elementstatic AuthnContextTypeAuthnContextType.Factory. newInstance()static AuthnContextTypeAuthnContextType.Factory. newInstance(XmlOptions options)static AuthnContextTypeAuthnContextType.Factory. parse(File file)static AuthnContextTypeAuthnContextType.Factory. parse(File file, XmlOptions options)static AuthnContextTypeAuthnContextType.Factory. parse(InputStream is)static AuthnContextTypeAuthnContextType.Factory. parse(InputStream is, XmlOptions options)static AuthnContextTypeAuthnContextType.Factory. parse(Reader r)static AuthnContextTypeAuthnContextType.Factory. parse(Reader r, XmlOptions options)static AuthnContextTypeAuthnContextType.Factory. parse(String xmlAsString)static AuthnContextTypeAuthnContextType.Factory. parse(String xmlAsString, XmlOptions options)static AuthnContextTypeAuthnContextType.Factory. parse(URL u)static AuthnContextTypeAuthnContextType.Factory. parse(URL u, XmlOptions options)static AuthnContextTypeAuthnContextType.Factory. parse(XMLStreamReader sr)static AuthnContextTypeAuthnContextType.Factory. parse(XMLStreamReader sr, XmlOptions options)static AuthnContextTypeAuthnContextType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AuthnContextTypeAuthnContextType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic AuthnContextTypeAuthnContextType.Factory. parse(Node node)static AuthnContextTypeAuthnContextType.Factory. parse(Node node, XmlOptions options)Methods in org.sourceid.saml20.xmlbinding.assertion with parameters of type AuthnContextType Modifier and Type Method Description voidAuthnContextDocument. setAuthnContext(AuthnContextType authnContext)Sets the "AuthnContext" elementvoidAuthnStatementType. setAuthnContext(AuthnContextType authnContext)Sets the "AuthnContext" element
-