Package com.sun.identity.console.audit
Class AuditConsoleConstants
- java.lang.Object
-
- com.sun.identity.console.audit.AuditConsoleConstants
-
public final class AuditConsoleConstants extends Object
Class for audit configuration console constants.- Since:
- 13.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUDIT_GLOBAL_CONFIG_VIEW_BEAN_URLURL for the base global audit config view bean.static StringAUDIT_HANDLER_NAMEIdentifies the audit handler name stored in the page session attributes.static StringAUDIT_HANDLER_TYPEIdentifies the audit handler type stored in the page session attributes.static StringAUDIT_SERVICEName of the SMS Audit Service.static StringERROR_MESSAGEKey for the error message translation.static StringINFORMATION_MESSAGEKey for the information message translation.static StringPAGE_TITLE_TWO_BUTTONSIdentifies the two button header UI component.static StringPROPERTY_ATTRIBUTEIdentifies the property attributes UI component.static StringWARNING_MESSAGEKey for the warning message translation.
-
-
-
Field Detail
-
AUDIT_SERVICE
public static final String AUDIT_SERVICE
Name of the SMS Audit Service.- See Also:
- Constant Field Values
-
AUDIT_HANDLER_NAME
public static final String AUDIT_HANDLER_NAME
Identifies the audit handler name stored in the page session attributes.- See Also:
- Constant Field Values
-
AUDIT_HANDLER_TYPE
public static final String AUDIT_HANDLER_TYPE
Identifies the audit handler type stored in the page session attributes.- See Also:
- Constant Field Values
-
AUDIT_GLOBAL_CONFIG_VIEW_BEAN_URL
public static final String AUDIT_GLOBAL_CONFIG_VIEW_BEAN_URL
URL for the base global audit config view bean.- See Also:
- Constant Field Values
-
PAGE_TITLE_TWO_BUTTONS
public static final String PAGE_TITLE_TWO_BUTTONS
Identifies the two button header UI component.- See Also:
- Constant Field Values
-
PROPERTY_ATTRIBUTE
public static final String PROPERTY_ATTRIBUTE
Identifies the property attributes UI component.- See Also:
- Constant Field Values
-
WARNING_MESSAGE
public static final String WARNING_MESSAGE
Key for the warning message translation.- See Also:
- Constant Field Values
-
ERROR_MESSAGE
public static final String ERROR_MESSAGE
Key for the error message translation.- See Also:
- Constant Field Values
-
INFORMATION_MESSAGE
public static final String INFORMATION_MESSAGE
Key for the information message translation.- See Also:
- Constant Field Values
-
-