Uses of Interface
com.sun.xml.ws.security.trust.elements.Authenticator

Packages that use Authenticator
com.sun.xml.ws.security.trust.elements   
com.sun.xml.ws.security.trust.impl.elements   
com.sun.xml.ws.security.trust.impl.wssx.elements   
 

Uses of Authenticator in com.sun.xml.ws.security.trust.elements
 

Methods in com.sun.xml.ws.security.trust.elements that return Authenticator
 Authenticator RequestSecurityTokenResponse.getAuthenticator()
          get Authenticator if set, null otherwise
 

Methods in com.sun.xml.ws.security.trust.elements with parameters of type Authenticator
 void RequestSecurityTokenResponse.setAuthenticator(Authenticator authenticator)
          set an Authenticator
 

Uses of Authenticator in com.sun.xml.ws.security.trust.impl.elements
 

Classes in com.sun.xml.ws.security.trust.impl.elements that implement Authenticator
 class AuthenticatorImpl
          Provides verification (authentication) of a computed hash.
 

Methods in com.sun.xml.ws.security.trust.impl.elements that return Authenticator
 Authenticator RequestSecurityTokenResponseImpl.getAuthenticator()
           
 

Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type Authenticator
 void RequestSecurityTokenResponseImpl.setAuthenticator(Authenticator authenticator)
           
 

Uses of Authenticator in com.sun.xml.ws.security.trust.impl.wssx.elements
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return Authenticator
 Authenticator RequestSecurityTokenResponseImpl.getAuthenticator()
           
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type Authenticator
 void RequestSecurityTokenResponseImpl.setAuthenticator(Authenticator authenticator)