Module | Package | Description |
---|---|---|
javax.security.auth | This package provides a framework for authentication and authorization. |
|
javax.security.auth.callback | This package provides the classes necessary for services to interact with applications in order to retrieve information (authentication data including usernames or passwords, for example) or to display information (error and warning messages, for example). |
|
javax.security.auth.kerberos | This package contains utility classes related to the Kerberos network authentication protocol. |
|
javax.security.auth.login | This package provides a pluggable authentication framework. |
|
javax.security.auth.x500 | This package contains the classes that should be used to store X500 Principal and X500 Private Credentials in a Subject. |
Class | Description |
---|---|
LoginModule | Service-provider interface for authentication technology providers. |
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.base/javax/security/auth/spi/package-summary.html