javax.security.auth.kerberos
public final class DelegationPermission extends BasicPermission
Since: 1.4
| Constructor Summary | |
|---|---|
| DelegationPermission(String name)
Create a new instance with the given name. | |
| DelegationPermission(String name, String actions)
Create a new instance with the given name and actions.
| |
| Method Summary | |
|---|---|
| boolean | implies(Permission perm) |
| PermissionCollection | newPermissionCollection() |
Parameters: name the name actions the actions; this is ignored