Uses of Class
com.ibm.websphere.security.EntryNotFoundException
-
Uses of EntryNotFoundException in com.ibm.websphere.security
Modifier and TypeMethodDescriptioncom.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.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.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.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.