IDCSAppRoleImplpublic interface IDCSAppRole
IDCSAppRole interface is a convenience interface that
 represents the attributes of an Oracle Identity Cloud Service application role.
 Each Oracle Identity Cloud Service application role is scoped by a containing Oracle Identity Cloud Service application and therefore it also carries the Oracle Identity Cloud Service application name and Oracle Identity Cloud Service application identifier as attributes.
Note: Use of this class is not required by WebLogic Server. It is simply a convenience interface.
IDCSAppRoleImpl| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String | getAppId() | Gets the containing Oracle Identity Cloud Service application name identifier for the Oracle Identity Cloud Service application role. | 
| java.lang.String | getAppName() | Gets the containing Oracle Identity Cloud Service application name for the Oracle Identity Cloud Service application role. | 
| java.lang.String | getId() | Gets the Oracle Identity Cloud Service application role identifier. | 
| java.lang.String | getName() | Gets the Oracle Identity Cloud Service application role name. | 
| java.lang.String | getReference() | Gets the Oracle Identity Cloud Service application role URL reference. | 
java.lang.String getName()
java.lang.String getId()
java.lang.String getReference()
java.lang.String getAppName()
java.lang.String getAppId()