Most visited

Recently visited

Added in API level 1

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).

Interfaces

Destroyable 像凭证这样的对象可以有选择地实现这个接口来提供破坏其内容的能力。

Classes

AuthPermission 旧版安全代码; 不使用。
PrivateCredentialPermission 旧版安全代码; 不使用。
Subject

A Subject表示单个实体(例如人)的相关信息的分组。

SubjectDomainCombiner 旧版安全代码; 不使用。

Exceptions

DestroyFailedException 表示 destroy操作失败。

Hooray!