SelfServiceUI.properties

The SelfServiceUI.properties file controls miscellaneous properties of the self-service user interface.

Properties used to configure the self-service user interface.

enrole.ui.pageSize
 

Specifies the page size for displaying lists.

Example.

    enrole.ui.pageSize=10
enrole.ui.pageLinkMax
 

Number of page links to be shown for multi-page result sets.

Example.

    enrole.ui.pageLinkMax=100
enrole.ui.maxSearchResults
 

Maximum number of items returned from a search. The results returned can be less than, but not larger than the values specified in ui.properties.

Example.

    enrole.ui.maxSearchResults=1000
enrole.ui.maxSearchResults.users
 

Maximum displayable search results for the task Delegate Activities - Search for User.

Example.

    enrole.ui.maxSearchResults.users=100
enrole.ui.maxNrOfIteration
 

Maximum number of wait iterations for RequestInfo status.

Example.

    enrole.ui.maxNrOfIteration=20
enrole.ui.waitTime
 

Time to wait until the request is asked for next status. The product of (maxNrOfIteration * waitTime) is a maximum of 60 seconds. The value is interpreted in milliseconds.

Example.

    enrole.ui.waitTime=3000
enrole.ui.logoffURL
 

Specifies the URL to forward the browser to when the user logs off.

Example.

    enrole.ui.logoffURL=myLogoffURL
enrole.ui.timeoutURL
 

Specifies the URL to which forward the browser on timeout.

Example.

    enrole.ui.timeoutURL=myTimeoutURL
ui.layout.showBanner
 

Specifies a change to the values of ui.layout properties to show or hide the banner of the self-service user interface.

Example.

    ui.layout.showBanner=true
ui.layout.showFooter
 

Specifies a change to the values of ui.layout properties to show or hide the footer of the self-service user interface.

Example.

    ui.layout.showFooter=true
ui.layout.showToolbar
 

Specifies a change to the values of ui.layout properties to show or hide the toolbar of the self-service user interface.

Example.

    ui.layout.showToolbar=true
ui.layout.showNav
 

Specifies a change to the values of ui.layout properties to show or hide the page navigation of the self-service user interface.

Example.

    ui.layout.showNav=false
ui.usersearch.attr.cn
 

Attribute that is listed in the searchBy field for a user search. The attribute is prefixed with ui.usersearch.attr. For more information about mapping and syntax, see the documentation in the SelfServiceUI.properties file.

Example.

    ui.usersearch.attr.cn=cn
ui.usersearch.attr.sn
 

Attribute that is listed in the searchBy field for a user search. The attribute is prefixed with ui.usersearch.attr. For more information about mapping and syntax, see the documentation in the SelfServiceUI.properties file.

Example.

    ui.usersearch.attr.sn=sn
ui.usersearch.attr.telephonenumber
 

Attribute that is listed in the searchBy field for a user search. The attribute is prefixed with ui.usersearch.attr. For more information about mapping and syntax, see the documentation in the SelfServiceUI.properties file.

Example.

    ui.usersearch.attr.telephonenumber=telephonenumber
ui.usersearch.attr.mail
 

Attribute that is listed in the searchBy field for a user search. The attribute is prefixed with ui.usersearch.attr. For more information about mapping and syntax, see the documentation in the SelfServiceUI.properties file.

Example.

    ui.usersearch.attr.mail=mail
    ui.view.accounts.expandedbydefault
  Specifies whether the accounts affected twistie state on the change password page are expanded or collapsed (true|false) by default. Valid values are:
  • true – Expand the accounts affected twistie state on the change password page by default
  • false – Do not expand the accounts affected twistie state on the change password page by default

Example (default).

    ui.view.accounts.expandedbydefault=false
ui.select.all.accounts
  Specifies whether all the accounts under the account twistie are to be selected by default. Valid values are:
  • all – To select all the accounts under the account twistie
  • none – To select none of the accounts under the account twistie
  • default – To retain the default behavior

Example (default).

    ui.select.all.accounts=default

Parent topic: Supplemental property files