This type is a class for model objects.
Configuration for a registry that maintains subjects (users and groups) for the system, providing information for authenticating users when they try to access applications.
Package: securityAttributes Summary | |
serverId : EString | The user ID under which the server runs, for security purposes. |
serverPassword : Password | The password corresponding to the server ID. |
realm : EString | The name of the user registry. |
limit : EInt | 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. |
ignoreCase : EBoolean | If ignore case is set the authorization check will do a case insenstitive check. |
useRegistryServerId : EBoolean | Use the Registry ServerId and password if this flag is set to true. If this flag set to false use the trustedServerId and password in IdentityAssertionQOP class |
primaryAdminId : EString | Primary Administartor ID |
properties : Property * | A set of user registry configuration properties that are specific to a given type of pluggable registry. |
Attribute Details |