|
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.Objectoracle.adf.share.security.authorization.PermissionActionDescriptor
public final class PermissionActionDescriptor
Internal: Applications should not use this class. Describes a permission action e.g., "read", "write" actions for the java.io.FilePermission.
Constructor Summary | |
---|---|
PermissionActionDescriptor(java.lang.String name,
java.lang.String value)
Internal: Applications should not use this method. Constructs a PermissionActionDescriptor |
Method Summary | |
---|---|
java.lang.String |
getName()
Internal: Applications should not use this method. Accessor for name. |
java.lang.String |
getValue()
Internal: Applications should not use this method. Accessor for value. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PermissionActionDescriptor(java.lang.String name, java.lang.String value)
name
- the name of the action used within the Permissionvalue
- the name of the action to display on a user interfaceMethod Detail |
---|
public java.lang.String getName()
public java.lang.String getValue()
public java.lang.String toString()
toString
in class java.lang.Object
|
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 |