Uses of Interface
com.sun.xml.ws.security.trust.elements.Authenticator
-
Packages that use Authenticator Package Description 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 Modifier and Type Method Description AuthenticatorRequestSecurityTokenResponse. getAuthenticator()get Authenticator if set, null otherwiseMethods in com.sun.xml.ws.security.trust.elements with parameters of type Authenticator Modifier and Type Method Description voidRequestSecurityTokenResponse. 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 Modifier and Type Class Description classAuthenticatorImplProvides verification (authentication) of a computed hash.Methods in com.sun.xml.ws.security.trust.impl.elements that return Authenticator Modifier and Type Method Description AuthenticatorRequestSecurityTokenResponseImpl. getAuthenticator()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type Authenticator Modifier and Type Method Description voidRequestSecurityTokenResponseImpl. setAuthenticator(Authenticator authenticator) -
Uses of Authenticator in com.sun.xml.ws.security.trust.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement Authenticator Modifier and Type Class Description classAuthenticatorImplProvides verification (authentication) of a computed hash.Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return Authenticator Modifier and Type Method Description AuthenticatorRequestSecurityTokenResponseImpl. getAuthenticator()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type Authenticator Modifier and Type Method Description voidRequestSecurityTokenResponseImpl. setAuthenticator(Authenticator authenticator)
-