Interface ClientCustomPropertyConstants
public interface ClientCustomPropertyConstants
This is
ClientCustomPropertyConstants.- Since:
- 6.0.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringProperty to indicate whether auto-redirect should execute for this client.static final StringCSS class assigned to this client to be used in the UI.static final StringProperty to indicate the title or display name of the client for decoration and client presentation purposes.static final StringProperty to indicate the principal attribute used for profile creation.
-
Field Details
-
CLIENT_CUSTOM_PROPERTY_PRINCIPAL_ATTRIBUTE_ID
Property to indicate the principal attribute used for profile creation.- See Also:
-
CLIENT_CUSTOM_PROPERTY_AUTO_REDIRECT_TYPE
Property to indicate whether auto-redirect should execute for this client.- See Also:
-
CLIENT_CUSTOM_PROPERTY_DISPLAY_NAME
Property to indicate the title or display name of the client for decoration and client presentation purposes.- See Also:
-
CLIENT_CUSTOM_PROPERTY_CSS_CLASS
CSS class assigned to this client to be used in the UI.- See Also:
-