UserRegistry

Configuration for a registry that maintains subjects (users and groups) for the system, providing information for authenticating users when they try to access applications.



 

Attributes Summary

serverId The user ID under which the server runs, for security purposes.
serverPassword The password corresponding to the server ID.
realm The name of the user registry.
limit Specifies the maximum number of entries expected when retrieving user and group information from User Registry.
ignoreCase If ignore case is set the authorization check will do a case insenstitive check.
properties A set of user registry config properties that are specific to a given type of pluggable registry.

 

Attribute Details


serverId

The user ID under which the server runs, for security purposes.

Data type:   String
Default value:   unspecified



serverPassword

The password corresponding to the server ID.

Data type:   String
Default value:   unspecified



realm

The name of the user registry.

Data type:   String
Default value:   unspecified



limit

Specifies the maximum number of entries expected when retrieving user and group information from User Registry. The search criterion should be refined when too many entries fit the search criterion.

Data type:   Integer
Default value:   unspecified



ignoreCase

If ignore case is set the authorization check will do a case insenstitive check.

Data type:   Boolean
Default value:   unspecified



properties

A set of user registry config properties that are specific to a given type of pluggable registry.

Data type:  Property