|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.knopflerfish.framework.permissions.ConditionalPermissionInfoImpl
public class ConditionalPermissionInfoImpl
A binding of a set of Conditions to a set of Permissions.
| Method Summary | |
|---|---|
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. |
java.lang.String |
toString()
Returns a string representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public ConditionInfo[] getConditionInfos()
getConditionInfos in interface ConditionalPermissionInfopublic PermissionInfo[] getPermissionInfos()
getPermissionInfos in interface ConditionalPermissionInfopublic void delete()
delete in interface ConditionalPermissionInfojava.lang.SecurityException - If the caller does not have
AllPermission.public java.lang.String getName()
getName in interface ConditionalPermissionInfopublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||