Uses of Interface
org.oasisOpen.docs.wsSx.wsTrust.x200512.AuthenticatorType
-
Packages that use AuthenticatorType Package Description org.oasisOpen.docs.wsSx.wsTrust.x200512 -
-
Uses of AuthenticatorType in org.oasisOpen.docs.wsSx.wsTrust.x200512
Methods in org.oasisOpen.docs.wsSx.wsTrust.x200512 that return AuthenticatorType Modifier and Type Method Description AuthenticatorTypeAuthenticatorDocument. addNewAuthenticator()Appends and returns a new empty "Authenticator" elementAuthenticatorTypeAuthenticatorDocument. getAuthenticator()Gets the "Authenticator" elementstatic AuthenticatorTypeAuthenticatorType.Factory. newInstance()static AuthenticatorTypeAuthenticatorType.Factory. newInstance(XmlOptions options)static AuthenticatorTypeAuthenticatorType.Factory. parse(File file)static AuthenticatorTypeAuthenticatorType.Factory. parse(File file, XmlOptions options)static AuthenticatorTypeAuthenticatorType.Factory. parse(InputStream is)static AuthenticatorTypeAuthenticatorType.Factory. parse(InputStream is, XmlOptions options)static AuthenticatorTypeAuthenticatorType.Factory. parse(Reader r)static AuthenticatorTypeAuthenticatorType.Factory. parse(Reader r, XmlOptions options)static AuthenticatorTypeAuthenticatorType.Factory. parse(String xmlAsString)static AuthenticatorTypeAuthenticatorType.Factory. parse(String xmlAsString, XmlOptions options)static AuthenticatorTypeAuthenticatorType.Factory. parse(URL u)static AuthenticatorTypeAuthenticatorType.Factory. parse(URL u, XmlOptions options)static AuthenticatorTypeAuthenticatorType.Factory. parse(XMLStreamReader sr)static AuthenticatorTypeAuthenticatorType.Factory. parse(XMLStreamReader sr, XmlOptions options)static AuthenticatorTypeAuthenticatorType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AuthenticatorTypeAuthenticatorType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic AuthenticatorTypeAuthenticatorType.Factory. parse(Node node)static AuthenticatorTypeAuthenticatorType.Factory. parse(Node node, XmlOptions options)Methods in org.oasisOpen.docs.wsSx.wsTrust.x200512 with parameters of type AuthenticatorType Modifier and Type Method Description voidAuthenticatorDocument. setAuthenticator(AuthenticatorType authenticator)Sets the "Authenticator" element
-