Module java.base
Package javax.security.auth
package javax.security.auth
This package provides a framework for authentication and
authorization. The framework allows
authentication to be performed in pluggable fashion. Different
authentication modules can be plugged under an application without
requiring modifications to the application itself. The
authorization component allows specification of access controls
based on code location, code signers and code executors
(Subjects).
- Since:
- 1.4
-
InterfaceDescriptionObjects such as credentials may optionally implement this interface to provide the capability to destroy its contents.Objects such as credentials may optionally implement this interface to provide the capability to refresh itself.
-
ClassDescriptionThis class is for authentication permissions.This class is used to protect access to private Credentials belonging to a particular
Subject
.ASubject
represents a grouping of related information for a single entity, such as a person.ASubjectDomainCombiner
updates ProtectionDomains with Principals from theSubject
associated with thisSubjectDomainCombiner
. -
ExceptionDescriptionSignals that a
destroy
operation failed.Signals that arefresh
operation failed.