Interface ClientCustomPropertyConstants
-
public interface ClientCustomPropertyConstantsThis isClientCustomPropertyConstants.- Since:
- 6.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCLIENT_CUSTOM_PROPERTY_AUTO_DISPLAY_NAMEProperty to indicate the title or display name of the client for decoration and client presentation purposes.static java.lang.StringCLIENT_CUSTOM_PROPERTY_AUTO_REDIRECT_TYPEProperty to indicate whether auto-redirect should execute for this client.static java.lang.StringCLIENT_CUSTOM_PROPERTY_CSS_CLASSCSS class assigned to this client to be used in the UI.static java.lang.StringCLIENT_CUSTOM_PROPERTY_PRINCIPAL_ATTRIBUTE_IDProperty to indicate the principal attribute used for profile creation.
-
-
-
Field Detail
-
CLIENT_CUSTOM_PROPERTY_PRINCIPAL_ATTRIBUTE_ID
static final java.lang.String CLIENT_CUSTOM_PROPERTY_PRINCIPAL_ATTRIBUTE_ID
Property to indicate the principal attribute used for profile creation.- See Also:
- Constant Field Values
-
CLIENT_CUSTOM_PROPERTY_AUTO_REDIRECT_TYPE
static final java.lang.String CLIENT_CUSTOM_PROPERTY_AUTO_REDIRECT_TYPE
Property to indicate whether auto-redirect should execute for this client.- See Also:
- Constant Field Values
-
CLIENT_CUSTOM_PROPERTY_AUTO_DISPLAY_NAME
static final java.lang.String CLIENT_CUSTOM_PROPERTY_AUTO_DISPLAY_NAME
Property to indicate the title or display name of the client for decoration and client presentation purposes.- See Also:
- Constant Field Values
-
CLIENT_CUSTOM_PROPERTY_CSS_CLASS
static final java.lang.String CLIENT_CUSTOM_PROPERTY_CSS_CLASS
CSS class assigned to this client to be used in the UI.- See Also:
- Constant Field Values
-
-