javax.security.auth.kerberos
public final class ServicePermission extends Permission
Since: 1.4
| Constructor Summary | |
|---|---|
| ServicePermission(String name, String action)
Create a new service permission with the indicated name and actions.
| |
| Method Summary | |
|---|---|
| boolean | equals(Object obj) |
| String | getActions()
Return a string representing the actions. |
| int | hashCode() |
| boolean | implies(Permission perm) |
| PermissionCollection | newPermissionCollection() |
Parameters: name the prinicpal's name action the allowed actions