Uses of Class
com.sun.xml.ws.security.trust.impl.wssx.bindings.AuthenticatorType
-
Packages that use AuthenticatorType Package Description com.sun.xml.ws.security.trust.impl.wssx.bindings com.sun.xml.ws.security.trust.impl.wssx.elements -
-
Uses of AuthenticatorType in com.sun.xml.ws.security.trust.impl.wssx.bindings
Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return AuthenticatorType Modifier and Type Method Description AuthenticatorTypeObjectFactory. createAuthenticatorType()Create an instance ofAuthenticatorTypeMethods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return types with arguments of type AuthenticatorType Modifier and Type Method Description javax.xml.bind.JAXBElement<AuthenticatorType>ObjectFactory. createAuthenticator(AuthenticatorType value)Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings with parameters of type AuthenticatorType Modifier and Type Method Description javax.xml.bind.JAXBElement<AuthenticatorType>ObjectFactory. createAuthenticator(AuthenticatorType value) -
Uses of AuthenticatorType in com.sun.xml.ws.security.trust.impl.wssx.elements
Subclasses of AuthenticatorType in com.sun.xml.ws.security.trust.impl.wssx.elements Modifier and Type Class Description classAuthenticatorImplProvides verification (authentication) of a computed hash.Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type AuthenticatorType Constructor Description AuthenticatorImpl(AuthenticatorType aType)
-