| Package | Description | 
|---|---|
| oracle.security.jps.principals | |
| oracle.security.jps.service.policystore | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | JpsAnonymousRole | 
| interface  | JpsAnonymousUser | 
| interface  | JpsApplicationRoleA representation of an Application Role. | 
| interface  | JpsAuthenticatedRole | 
| interface  | JpsEnterpriseRole | 
| interface  | JpsRole | 
| interface  | JpsUser | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ApplicationRoleDeprecated. 
 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";
              |