Package javax.security.auth
Interface Summary
Interface | Description |
---|---|
Destroyable | Objects such as credentials may optionally implement this interface to provide the capability to destroy its contents. |
Refreshable | Objects such as credentials may optionally implement this interface to provide the capability to refresh itself. |
Class Summary
Class | Description |
---|---|
AuthPermission | This class is for authentication permissions. |
Policy | Deprecated. as of JDK version 1.4 -- Replaced by java.security.Policy. |
PrivateCredentialPermission | This class is used to protect access to private Credentials
belonging to a particular Subject . |
Subject | A Subject represents a grouping of related information
for a single entity, such as a person. |
SubjectDomainCombiner | A SubjectDomainCombiner updates ProtectionDomains
with Principals from the Subject associated with this
SubjectDomainCombiner . |
Exception Summary
Exception | Description |
---|---|
DestroyFailedException | Signals that a destroy operation failed. |
RefreshFailedException | Signals that a refresh operation failed. |