Class ElytronAuthenticator

java.lang.Object
java.net.Authenticator
org.wildfly.security.auth.util.ElytronAuthenticator

@Deprecated public final class ElytronAuthenticator extends Authenticator
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
  • Constructor Details

    • ElytronAuthenticator

      public ElytronAuthenticator()
      Deprecated.
      Construct a new instance. Requires the createAuthenticator ElytronPermission.
  • Method Details