public class IdentityStorePermission extends BasicPermission
Currently defined permission names are:
No actions are defined.
Constructor and Description |
---|
IdentityStorePermission(String name)
Create an IdentityStorePermission with the specified name.
|
IdentityStorePermission(String name,
String action)
Create an IdentityStorePermission with the specified name.
|
equals, getActions, hashCode, implies, newPermissionCollection
checkGuard, getName, toString
public IdentityStorePermission(String name)
name
- Name of the permission.NullPointerException
- If name is null.IllegalArgumentException
- If name is empty.public IdentityStorePermission(String name, String action)
name
- Name of the permission.action
- Action for the permission; always null.NullPointerException
- If name is null.IllegalArgumentException
- If name is empty.Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.