Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package javax.security.auth

Interface Summary
Destroyable An interface for objects that are immutable but whose sensitive data may be wiped out.
Refreshable An object whose internal state may be refreshed: as in a credential object with a expiry date.
 

Class Summary
AuthPermission A permission controlling access to authentication service.
Policy Deprecated. The classes java.security.Policy and java.security.ProtectionDomain provide the functionality of this class.
PrivateCredentialPermission A permission governing access to a private credential.
PrivateCredentialPermission.CredOwner An undocumented inner class present for serialization compatibility.
Subject  
Subject.SecureSet An undocumented inner class that is used for sets in the parent class.
SubjectDomainCombiner  
 

Exception Summary
DestroyFailedException An exception thrown when the Destroyable.destroy() 55 method fails for a credential.
RefreshFailedException A signal that a call to Refreshable.refresh() 55 failed.