Package com.sun.identity.console.base
Interface AMServiceProfile
-
public interface AMServiceProfile
-
-
Field Summary
Fields Modifier and Type Field Description static StringPG_SESSION_PROFILE_VIEWBEANSPage session attribute name for profile view bean.static StringPG_SESSION_SUB_CONFIG_IDSPage session attribute name for sub configuration ID.static StringPG_SESSION_SUB_SCHEMA_NAMEPage session attribute name for sub schema name.static StringSERVICE_NAMEPage session attribute name for service name.
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
Page session attribute name for service name.- See Also:
- Constant Field Values
-
PG_SESSION_SUB_CONFIG_IDS
static final String PG_SESSION_SUB_CONFIG_IDS
Page session attribute name for sub configuration ID.- See Also:
- Constant Field Values
-
PG_SESSION_SUB_SCHEMA_NAME
static final String PG_SESSION_SUB_SCHEMA_NAME
Page session attribute name for sub schema name.- See Also:
- Constant Field Values
-
PG_SESSION_PROFILE_VIEWBEANS
static final String PG_SESSION_PROFILE_VIEWBEANS
Page session attribute name for profile view bean.- See Also:
- Constant Field Values
-
-