public interface ConditionalPermissionInfo
Modifier and Type | Method and Description |
---|---|
void |
delete()
Removes this Conditional Permission Info from the Conditional Permission
Admin.
|
ConditionInfo[] |
getConditionInfos()
Returns the Condition Infos for the Conditions that must be satisfied to
enable the Permissions.
|
java.lang.String |
getName()
Returns the name of this Conditional Permission Info.
|
PermissionInfo[] |
getPermissionInfos()
Returns the Permission Infos for the Permission in this Conditional
Permission Info.
|
ConditionInfo[] getConditionInfos()
PermissionInfo[] getPermissionInfos()
void delete()
java.lang.SecurityException
- If the caller does not have
AllPermission
.java.lang.String getName()