JavaTM 2 Platform
Std. Ed. v1.4.0

Package javax.security.auth

This package provides a framework for authentication and authorization.

See:
          Description

Interface Summary
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
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
DestroyFailedException Signals that a destroy operation failed.
RefreshFailedException Signals that a refresh operation failed.
 

Package javax.security.auth Description

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:
JDK1.4

JavaTM 2 Platform
Std. Ed. v1.4.0

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.