Skip navigation links

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

E14650-03


oracle.security.jps.service.policystore.info
Interface AppRoleEntry

All Superinterfaces:
GenericEntry, PrincipalEntry

public interface AppRoleEntry
extends PrincipalEntry
Since:
release specific (what release of product did this appear in)

Method Summary
 boolean equals(java.lang.Object another)
           
 java.lang.String getAppID()
          Returns the name of the application to which the principal is scoped to.
 JpsApplicationRole getApplicationRole()
           
 java.lang.String getDescription()
           
 java.lang.String getDisplayName()
           
 ExtendedProperty getExtendedAttributes()
           
 java.lang.String getGuid()
          Returns the GUID (if any) associated with this principal.
 java.util.List getInheritedAppRoleMemberEntries()
          Returns members that are of type Application Role, Anonymous Role and Authenticated Role.
 java.util.List getMemberEntries()
          Returns Enterprise Users and Roles that are Direct members of the Application Role represented by this AppRoleEntry
 java.lang.String getName()
           
 java.lang.String getRoleCategory()
           
 java.lang.String getUniqueName()
          Returns the name of the principal that uniquely identifies the principal in its underlying policy or identity store (i.e.

 

Methods inherited from interface oracle.security.jps.service.policystore.info.PrincipalEntry
getClassName, getPrincipal, getPrincipalName, getType

 

Methods inherited from interface oracle.security.jps.service.policystore.info.GenericEntry
accepts, getParent, setParent

 

Method Detail

getName

java.lang.String getName()

getAppID

java.lang.String getAppID()
Description copied from interface: PrincipalEntry
Returns the name of the application to which the principal is scoped to. This is an optional attribute and all principals may not have this value set.
Specified by:
getAppID in interface PrincipalEntry
Returns:
app name.

getUniqueName

java.lang.String getUniqueName()
Description copied from interface: PrincipalEntry
Returns the name of the principal that uniquely identifies the principal in its underlying policy or identity store (i.e. whereever the principal is defined).
Specified by:
getUniqueName in interface PrincipalEntry
Returns:
unique name.

getDisplayName

java.lang.String getDisplayName()

getDescription

java.lang.String getDescription()

getRoleCategory

java.lang.String getRoleCategory()

getGuid

java.lang.String getGuid()
Description copied from interface: PrincipalEntry
Returns the GUID (if any) associated with this principal. The GUID is an immutable reference to the principal.
Specified by:
getGuid in interface PrincipalEntry
Returns:
guid

getMemberEntries

java.util.List getMemberEntries()
Returns Enterprise Users and Roles that are Direct members of the Application Role represented by this AppRoleEntry
Returns:
List of member Enterprise Users and Roles

getInheritedAppRoleMemberEntries

java.util.List getInheritedAppRoleMemberEntries()
Returns members that are of type Application Role, Anonymous Role and Authenticated Role. These are direct members of the Application Role represented by this AppRoleEntry
Returns:
List of member Application Roles

getApplicationRole

JpsApplicationRole getApplicationRole()

equals

boolean equals(java.lang.Object another)
Overrides:
equals in class java.lang.Object

getExtendedAttributes

ExtendedProperty getExtendedAttributes()

Skip navigation links

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

E14650-03


Copyright © 2010, Oracle. All rights reserved.