com.ibm.websphere.security

Uses of Class CustomRegistryException

Packages that use CustomRegistryException

Package Description
com.ibm.websphere.security

Uses of CustomRegistryException in com.ibm.websphere.security

Modifier and Type Method and Description
  1. java.lang.String
UserRegistry.checkPassword(java.lang.String userSecurityName,java.lang.String password)
Checks the password of the user.
  1. WSCredential
UserRegistry.createCredential(java.lang.String userSecurityName)
This method is implemented internally by the WebSphere code in this release.
  1. java.lang.String
UserRegistry.getGroupDisplayName(java.lang.String groupSecurityName)
Returns the display name for the group specified by groupSecurityName.
  1. Result
UserRegistry.getGroups(java.lang.String pattern,int limit)
Gets a list of groups that match a pattern in the registy.
  1. java.lang.String
UserRegistry.getGroupSecurityName(java.lang.String uniqueGroupId)
Returns the name for a group given its uniqueId.
  1. java.util.List<java.lang.String>
UserRegistry.getGroupsForUser(java.lang.String userSecurityName)
Returns the securityNames of all the groups that contain the user
  1. java.lang.String
UserRegistry.getRealm()
Returns the realm of the registry.
  1. java.lang.String
UserRegistry.getUniqueGroupId(java.lang.String groupSecurityName)
Returns the Unique id for a group.
  1. java.util.List<java.lang.String>
UserRegistry.getUniqueGroupIds(java.lang.String uniqueUserId)
Returns the Unique ids for all the groups that contain the UniqueId of a user.
  1. java.lang.String
UserRegistry.getUniqueUserId(java.lang.String userSecurityName)
Returns the UniqueId for a userSecurityName.
  1. java.lang.String
UserRegistry.getUserDisplayName(java.lang.String userSecurityName)
Returns the display name for the user specified by userSecurityName.
  1. Result
UserRegistry.getUsers(java.lang.String pattern,int limit)
Gets a list of users that match a pattern in the registy.
  1. java.lang.String
UserRegistry.getUserSecurityName(java.lang.String uniqueUserId)
Returns the name for a user given its uniqueId.
  1. Result
UserRegistry.getUsersForGroup(java.lang.String groupSecurityName,int limit)
Deprecated. This method will be deprecated in future.
  1. void
UserRegistry.initialize(java.util.Properties props)
Initializes the registry.
  1. boolean
UserRegistry.isValidGroup(java.lang.String groupSecurityName)
Determines if the groupSecurityName exists in the registry
  1. boolean
UserRegistry.isValidUser(java.lang.String userSecurityName)
Determines if the userSecurityName exists in the registry
  1. java.lang.String
UserRegistry.mapCertificate(java.security.cert.X509Certificate[] cert)
Maps a Certificate (of X509 format) to a valid user in the Registry.