Package org.wildfly.security.auth.util
Class ElytronAuthenticator
java.lang.Object
java.net.Authenticator
org.wildfly.security.auth.util.ElytronAuthenticator
Deprecated.
Using the ElytronAuthenticator is not supported or recommended due to known credential limitations in Java 8.
An implementation of
Authenticator which uses the current security context to perform the authentication.- Author:
- David M. Lloyd
-
Nested Class Summary
Nested classes/interfaces inherited from class java.net.Authenticator
Authenticator.RequestorType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PasswordAuthenticationDeprecated.Get the password authentication for this authenticator, which uses the current local authentication context to log in to the remote server.Methods inherited from class java.net.Authenticator
getDefault, getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, getRequestingURL, getRequestorType, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthenticationInstance, setDefault
-
Constructor Details
-
ElytronAuthenticator
public ElytronAuthenticator()Deprecated.Construct a new instance. Requires thecreateAuthenticatorElytronPermission.
-
-
Method Details
-
getPasswordAuthentication
Deprecated.Get the password authentication for this authenticator, which uses the current local authentication context to log in to the remote server.- Overrides:
getPasswordAuthenticationin classAuthenticator- Returns:
- the authenticator
-