Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


oracle.security.jps.principals
Interface JpsApplicationRole

All Superinterfaces:
JpsPrincipal, JpsRole, java.security.Principal, java.io.Serializable
All Known Subinterfaces:
JpsAnonymousRole, JpsAuthenticatedRole

public interface JpsApplicationRole
extends JpsRole

A representation of an Application Role. An application role is scoped to an application.


Method Summary
 java.lang.String getAppID()
          Returns the name of the application the application role is scoped to.

 

Methods inherited from interface oracle.security.jps.principals.JpsPrincipal
getDescription, getDisplayName, getGuid, getPrincipalType, getUniqueName

 

Methods inherited from interface java.security.Principal
equals, getName, hashCode, toString

 

Method Detail

getAppID

java.lang.String getAppID()
Returns the name of the application the application role is scoped to.
Returns:
name of the application.

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.