Uses of Class
org.glassfish.tyrus.client.auth.Authenticator
-
Packages that use Authenticator Package Description org.glassfish.tyrus.client.auth -
-
Uses of Authenticator in org.glassfish.tyrus.client.auth
Methods in org.glassfish.tyrus.client.auth that return types with arguments of type Authenticator Modifier and Type Method Description java.util.Map<java.lang.String,Authenticator>
AuthConfig. getAuthenticators()
Get an unmodifiable map of authenticators, where case insensitive authentication scheme toAuthenticator
.Methods in org.glassfish.tyrus.client.auth with parameters of type Authenticator Modifier and Type Method Description AuthConfig.Builder
AuthConfig.Builder. registerAuthProvider(java.lang.String scheme, Authenticator authenticator)
RegisterAuthenticator
for provided authentication scheme.
-