Uses of Class
com.ibm.websphere.security.CustomRegistryException
-
Uses of CustomRegistryException in com.ibm.websphere.security
Modifier and TypeMethodDescriptionUserRegistry.checkPassword
(String userSecurityName, String password) Checks the password of the user.com.ibm.websphere.security.cred.WSCredential
UserRegistry.createCredential
(String userSecurityName) This method is implemented internally by the WebSphere code in this release.UserRegistry.getGroupDisplayName
(String groupSecurityName) Returns the display name for the group specified by groupSecurityName.Gets a list of groups that match a pattern in the registy.UserRegistry.getGroupSecurityName
(String uniqueGroupId) Returns the name for a group given its uniqueId.UserRegistry.getGroupsForUser
(String userSecurityName) Returns the securityNames of all the groups that contain the userUserRegistry.getRealm()
Returns the realm of the registry.UserRegistry.getUniqueGroupId
(String groupSecurityName) Returns the Unique id for a group.UserRegistry.getUniqueGroupIds
(String uniqueUserId) Returns the Unique ids for all the groups that contain the UniqueId of a user.UserRegistry.getUniqueUserId
(String userSecurityName) Returns the UniqueId for a userSecurityName.UserRegistry.getUserDisplayName
(String userSecurityName) Returns the display name for the user specified by userSecurityName.Gets a list of users that match a pattern in the registry.UserRegistry.getUserSecurityName
(String uniqueUserId) Returns the name for a user given its uniqueId.UserRegistry.getUsersForGroup
(String groupSecurityName, int limit) Gets a list of users in a group.void
UserRegistry.initialize
(Properties props) Initializes the registry.boolean
UserRegistry.isValidGroup
(String groupSecurityName) Determines if the groupSecurityName exists in the registryboolean
UserRegistry.isValidUser
(String userSecurityName) Determines if the userSecurityName exists in the registryUserRegistry.mapCertificate
(X509Certificate[] cert) Maps a Certificate (of X509 format) to a valid user in the Registry.