Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-06


oracle.security.jps.principals
Interface JpsApplicationRole

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

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 Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-06


Copyright © 2013 Oracle. All rights reserved.