Modifier and Type | Interface and Description |
---|---|
public interface | Destroyable
Objects such as credentials may optionally implement this interface to provide the capability to destroy its contents. |
public interface | Refreshable
Objects such as credentials may optionally implement this interface to provide the capability to refresh itself. |
Modifier and Type | Class and Description |
---|---|
public class | AuthPermission
This class is for authentication permissions. |
public class | DestroyFailedException
Signals that a |
public class | PrivateCredentialPermission
This class is used to protect access to private Credentials
belonging to a particular |
public class | RefreshFailedException
Signals that a |
public class | Subject
A |
public class | SubjectDomainCombiner
Deprecated
for removal since 17. This class is only useful in conjunction with
the Security Manager, which is deprecated
and subject to removal in a future release.
A SubjectDomainCombiner updates ProtectionDomains
with Principals from the Subject associated with this
SubjectDomainCombiner .
|