|
Oracle Fusion Middleware MBeans Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E53426-01 |
|||||||||
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.PortablePrincipal
oracle.security.jps.mas.mgmt.jmx.policy.PortableRoleMember
public class PortableRoleMember
Class to make a Role Member as Serializable.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class oracle.security.jps.mas.mgmt.jmx.policy.PortablePrincipal |
---|
PortablePrincipal.PrincipalType |
Constructor Summary | |
---|---|
PortableRoleMember(java.lang.String principalName, PortablePrincipal.PrincipalType principalType, java.lang.String appId, java.lang.String guid, java.lang.String uniquename) Constructor This is used for all well known Principals |
|
PortableRoleMember(java.lang.String principalClzName, java.lang.String principalName, PortablePrincipal.PrincipalType principalType) Constructor. |
|
PortableRoleMember(java.lang.String principalClzName, java.lang.String principalName, PortablePrincipal.PrincipalType principalType, java.lang.String appId) Constructor |
|
PortableRoleMember(java.lang.String principalClzName, java.lang.String principalName, PortablePrincipal.PrincipalType principalType, java.lang.String appId, java.lang.String guid, java.lang.String uniquename) Constructor |
|
PortableRoleMember(java.lang.String principalClzName, java.lang.String principalName, PortablePrincipal.PrincipalType principalType, java.lang.String appId, java.lang.String guid, java.lang.String uniquename, PortableProperties principalProperties) Constructor |
|
PortableRoleMember(java.lang.String principalClzName, java.lang.String principalName, java.lang.String appId, java.lang.String guid, java.lang.String uniquename) Constructor This is used for Custom Principals |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object that) |
static PortableRoleMember |
from(javax.management.openmbean.CompositeData cd) Create an instance of the model specific class out of an associated CompositeData instance. |
java.lang.String |
getApplicationId() Method to get the application Id |
java.lang.String |
getGuid() Method to get the guid |
java.lang.String |
getUniqueName() Method to get the uniquename |
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 oracle.security.jps.mas.mgmt.jmx.policy.PortablePrincipal |
---|
getPrincipalClassName, getPrincipalName, getPrincipalProperties, getType, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PortableRoleMember(java.lang.String principalClzName, java.lang.String principalName, PortablePrincipal.PrincipalType principalType)
principalClzName
- The Class Name of the PrincipalprincipalName
- Name of the PrincipalprincipalType
- The Type of the Principalpublic PortableRoleMember(java.lang.String principalClzName, java.lang.String principalName, PortablePrincipal.PrincipalType principalType, java.lang.String appId)
principalClzName
- The Class Name of the PrincipalprincipalName
- Name of the PrincipalprincipalType
- The Type of the PrincipalappId
- The Application Idpublic PortableRoleMember(java.lang.String principalClzName, java.lang.String principalName, PortablePrincipal.PrincipalType principalType, java.lang.String appId, java.lang.String guid, java.lang.String uniquename, PortableProperties principalProperties)
principalClzName
- The Class Name of the PrincipalprincipalName
- Name of the PrincipalprincipalType
- The Type of the PrincipalappId
- The Application Idguid
- The guid of the role memberuniquename
- The uniquename of role memberproperties
- Properties of the Principalpublic PortableRoleMember(java.lang.String principalClzName, java.lang.String principalName, PortablePrincipal.PrincipalType principalType, java.lang.String appId, java.lang.String guid, java.lang.String uniquename)
principalClzName
- The Class Name of the PrincipalprincipalName
- Name of the PrincipalprincipalType
- The Type of the PrincipalappId
- The Application Idguid
- The guid of the role memberuniquename
- The uniquename of role memberpublic PortableRoleMember(java.lang.String principalName, PortablePrincipal.PrincipalType principalType, java.lang.String appId, java.lang.String guid, java.lang.String uniquename)
principalName
- Name of the PrincipalprincipalType
- The Type of the PrincipalappId
- The Application Idguid
- The guid of the role memberuniquename
- The uniquename of role memberpublic PortableRoleMember(java.lang.String principalClzName, java.lang.String principalName, java.lang.String appId, java.lang.String guid, java.lang.String uniquename)
principalName
- Name of the PrincipalprincipalType
- The Type of the PrincipalappId
- The Application Idguid
- The guid of the role memberuniquename
- The uniquename of role memberMethod Detail |
---|
public java.lang.String toString()
toString
in class PortablePrincipal
public static javax.management.openmbean.CompositeType toCompositeType()
public javax.management.openmbean.CompositeData toCompositeData(javax.management.openmbean.CompositeType ct)
toCompositeData
in class PortablePrincipal
ct
- - This parameter is there only for future compatibility reasons with JDK 6.0. It can be ignored at this point.public static PortableRoleMember from(javax.management.openmbean.CompositeData cd)
cd
- Composite Data which has information regarding the objectpublic boolean equals(java.lang.Object that)
equals
in class PortablePrincipal
public java.lang.String getApplicationId()
public java.lang.String getGuid()
public java.lang.String getUniqueName()
|
Oracle Fusion Middleware MBeans Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E53426-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |