|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 1 (11.1.1.1.0) E10686-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.security.Permission
oracle.adf.share.security.authorization.ADFPermission
public abstract class ADFPermission
ADFPermission extends java.security.Permission to include IDE design time support for discovering available actions and applicable targets.
Field Summary | |
---|---|
protected java.lang.String |
_actions
|
protected java.util.Vector |
_actionsVector
|
protected boolean |
mActionChanged
|
protected int |
mHashcode
|
protected java.util.regex.Pattern |
mPattern
|
Constructor Summary | |
---|---|
ADFPermission(java.lang.String name,
java.lang.String actions)
Constructs a permission with the specified name and actions |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getActions()
|
static PermissionActionDescriptor[] |
getPermissionActionDescriptors()
Get an array of descriptors describing the set of actions associated with the represented Permission. |
static PermissionTargetDescriptor[] |
getPermissionTargetDescriptors()
Get an array of descriptors describing the set of targets upon which the represented Permission is applicable. |
protected java.lang.StringBuilder |
getStringBuilder()
|
int |
hashCode()
|
boolean |
implies(java.security.Permission permission)
|
protected boolean |
isPatternMatch(java.lang.String sMatch)
|
static java.util.Vector |
parseActions(java.lang.String actions)
Parse a comma separated list of action names into a Vector. |
protected void |
sort(java.util.Vector actionsV)
Sort and store the action names found in a Vector. |
java.lang.String |
toString()
|
Methods inherited from class java.security.Permission |
---|
checkGuard, getName, newPermissionCollection |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String _actions
protected java.util.Vector _actionsVector
protected java.util.regex.Pattern mPattern
protected int mHashcode
protected boolean mActionChanged
Constructor Detail |
---|
public ADFPermission(java.lang.String name, java.lang.String actions)
name
- name of the permission object being createdactions
- actions of the permission object being createdMethod Detail |
---|
public java.lang.String getActions()
getActions
in class java.security.Permission
public boolean equals(java.lang.Object obj)
equals
in class java.security.Permission
public boolean implies(java.security.Permission permission)
implies
in class java.security.Permission
public int hashCode()
hashCode
in class java.security.Permission
public java.lang.String toString()
toString
in class java.security.Permission
public static java.util.Vector parseActions(java.lang.String actions)
actions
- a comma separated list of action names.
protected void sort(java.util.Vector actionsV)
actionsV
- a Vector of action names.public static PermissionActionDescriptor[] getPermissionActionDescriptors()
public static PermissionTargetDescriptor[] getPermissionTargetDescriptors()
protected boolean isPatternMatch(java.lang.String sMatch)
protected java.lang.StringBuilder getStringBuilder()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 1 (11.1.1.1.0) E10686-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |