|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.security.Permission | +--com.ibm.aglets.security.AgletsPermissionBase | +--com.ibm.aglets.security.PlainAgletPermission | +--com.ibm.aglet.security.AgletProtection
The AgletProtection class represents the protection of system messages for aglet.
Fields inherited from class com.ibm.aglets.security.AgletsPermissionBase |
CHAR_ASTERISK, CHAR_COLON, CHAR_COMMA, CHAR_DOT, CHAR_HYPHEN, CHAR_SLASH, SEPARATOR, SEPARATORS, STRING_ASTERISK, STRING_COLON, STRING_COMMA, STRING_DOT, STRING_HYPHEN, STRING_SLASH, STRING_WILDCARD |
Constructor Summary | |
AgletProtection(java.lang.String name,
java.lang.String actions)
|
Method Summary | |
boolean |
implies(java.security.Permission p)
|
Methods inherited from class com.ibm.aglets.security.PlainAgletPermission |
equals, getActions, hashCode |
Methods inherited from class com.ibm.aglets.security.AgletsPermissionBase |
checkAglet, concat, concat, concat, concat, includes, includes, matches, matches, matches, matches, qsort, select, select, split, split |
Methods inherited from class java.security.Permission |
checkGuard, getName, newPermissionCollection, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.security.Guard |
checkGuard |
Constructor Detail |
public AgletProtection(java.lang.String name, java.lang.String actions)
Method Detail |
public boolean implies(java.security.Permission p)
implies
in class PlainAgletPermission
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |