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 : StringThe user ID under which the server runs, for security purposes.
serverPassword : PasswordThe password corresponding to the server ID.
realm : StringThe name of the user registry.
limit : intSpecifies the maximum number of entries expected when retrieving user and group information from User Registry.
ignoreCase : booleanIf ignore case is set the authorization check will do a case insenstitive check.
properties : Property * A set of user registry configuration 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:  Password
     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:  int
     default Value:   unspecified



ignoreCase    -    If ignore case is set the authorization check will do a case insenstitive check.
     data type: boolean
     default Value:   unspecified
     Allowed Values:  true   false  



properties    -    A set of user registry configuration properties that are specific to a given type of pluggable registry.
     data type: Property*


Copyright IBM Corp. 1997-2004