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.common
Interface BaseEntry

All Known Subinterfaces:
PermissionSetEntry, ResourceEntry, ResourceTypeEntry, RoleCategoryEntry

public interface BaseEntry

BaseEntry reprsents common characteristics of all objects persisted in a repository.


Method Summary
 java.lang.String getDescription()
          Get the description of the entity.
 java.lang.String getDisplayName()
          Returns the Display name.
 EntryReference getEntryReference()
          Get the EntryReference if this entry represents a persisted entity.
 java.lang.String getGUID()
          Get the globally unique ID of the entity if it exists.
 java.lang.String getName()
          Name of the entry.
 java.lang.String getParentApplication()
          Get the parent application this entity belongs to.
 java.lang.String getUniqueName()
          Get the Unique name of the entry.

 

Method Detail

getGUID

java.lang.String getGUID()
Get the globally unique ID of the entity if it exists.
Returns:
Globally unique ID of the entity if it exists.

getUniqueName

java.lang.String getUniqueName()
Get the Unique name of the entry.
Returns:
Unique name of the entry.

getName

java.lang.String getName()
Name of the entry.
Returns:
the name of the entry.

getDisplayName

java.lang.String getDisplayName()
Returns the Display name.
Returns:
the display name.

getDescription

java.lang.String getDescription()
Get the description of the entity.
Returns:
the description of the entity.

getParentApplication

java.lang.String getParentApplication()
Get the parent application this entity belongs to.
Returns:
parent application name

getEntryReference

EntryReference getEntryReference()
Get the EntryReference if this entry represents a persisted entity.
Returns:
the EntryReference if the entry represents a persisted entity. Returns null otherwise.

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.