Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-01 ESAPI


oracle.security.jps.service.policystore.info.config
Interface ConfigurationEntry

All Known Subinterfaces:
SMEntry

public interface ConfigurationEntry

ConfigurationEntry represents the basic entry for OES configuration such as Security Modules & PIPs. Contains unique configuration Id, extends BaseEntry


Method Summary
 java.lang.String getConfigurationId()
          Deprecated. Returns the configuration id for the given configuration entry.
 java.lang.String getDescription()
          Get the description of the entity.
 java.lang.String getDisplayName()
          Returns the Display name.
 java.lang.String getUniqueName()
          Get the Unique name of the entry.
 void setDescription(java.lang.String description)
          Set description for configuration
 void setDisplayName(java.lang.String displayName)
          Set display name for configuration

 

Method Detail

getConfigurationId

java.lang.String getConfigurationId()
Deprecated. Returns the configuration id for the given configuration entry.
Returns:
configuration Id for the SM or PIP entry

setDisplayName

void setDisplayName(java.lang.String displayName)
Set display name for configuration
Parameters:
displayName - display name to be set

setDescription

void setDescription(java.lang.String description)
Set description for configuration
Parameters:
description - description to be set

getUniqueName

java.lang.String getUniqueName()
Get the Unique name of the entry.
Returns:
Unique 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.

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-01 ESAPI


Copyright © 2011,2012, Oracle and/or its affiliates. All rights reserved.