|
Oracle Fusion Middleware MBeans Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14651-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.jps.mas.mgmt.jmx.policy.PortableGrant
public class PortableGrant
Class to make a Grant as Serializable.
| Constructor Summary | |
|---|---|
PortableGrant(PortableGrantee grantee, PortablePermission[] arrPerms)Constructor. |
|
| Method Summary | |
|---|---|
static PortableGrant |
from(javax.management.openmbean.CompositeData cd)Create an instance of the model specific class out of an associated CompositeData instance. |
PortableGrantee |
getGrantee() |
PortablePermission[] |
getPermissions() |
javax.management.openmbean.CompositeData |
toCompositeData(javax.management.openmbean.CompositeType ct)Convert an instance of this model specific type to a CompositeData. |
static javax.management.openmbean.CompositeType |
toCompositeType()Returns the CompositeType that describes this model specific class. |
java.lang.String |
toString() |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PortableGrant(PortableGrantee grantee,
PortablePermission[] arrPerms)
grantee - Grantee object.arrPerms - Array of Permissions| Method Detail |
|---|
public PortablePermission[] getPermissions()
public PortableGrantee getGrantee()
public java.lang.String toString()
toString in class java.lang.Objectpublic static javax.management.openmbean.CompositeType toCompositeType()
public javax.management.openmbean.CompositeData toCompositeData(javax.management.openmbean.CompositeType ct)
ct - - This parameter is there only for future compatibility reasons with JDK 6.0. It can be ignored at this point.public static PortableGrant from(javax.management.openmbean.CompositeData cd)
cd - Composite Data which has information regarding the object
|
Oracle Fusion Middleware MBeans Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14651-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||