Uses of Class
com.sun.xml.ws.security.trust.impl.wssx.bindings.AuthenticatorType

Packages that use AuthenticatorType
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
 AuthenticatorType ObjectFactory.createAuthenticatorType()
          Create an instance of AuthenticatorType
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return types with arguments of type AuthenticatorType
 JAXBElement<AuthenticatorType> ObjectFactory.createAuthenticator(AuthenticatorType value)
          Create an instance of JAXBElement<AuthenticatorType>}
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings with parameters of type AuthenticatorType
 JAXBElement<AuthenticatorType> ObjectFactory.createAuthenticator(AuthenticatorType value)
          Create an instance of JAXBElement<AuthenticatorType>}
 

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
 class AuthenticatorImpl
          Provides verification (authentication) of a computed hash.
 

Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type AuthenticatorType
AuthenticatorImpl(AuthenticatorType aType)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.