Package | Description |
---|---|
oracle.security.jps.principals | |
oracle.security.jps.service.policystore |
Modifier and Type | Interface and Description |
---|---|
interface |
JpsAnonymousRole |
interface |
JpsApplicationRole
A representation of an Application Role.
|
interface |
JpsAuthenticatedRole |
interface |
JpsEnterpriseRole |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationRole
Deprecated.
FOR JPS INTERNAL USE ONLY.
This class will be removed from the JPS public APIs. Customers are advised to modify their code to in order to obtain a reference to an ApplicationRole. Instead of instantiating an
To query the desired
JpsApplicationRole myRole;
// Obtain an application policy for the desired application.
ApplicationPolicy ap ;
....
String appRolename="myApplicationRole";
|