|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntryNotFoundException | |
---|---|
com.ibm.websphere.security |
Uses of EntryNotFoundException in com.ibm.websphere.security |
---|
Methods in com.ibm.websphere.security that throw EntryNotFoundException | |
---|---|
WSCredential |
UserRegistry.createCredential(java.lang.String userSecurityName)
This method is implemented internally by the WebSphere code in this release. |
java.lang.String |
UserRegistry.getGroupDisplayName(java.lang.String groupSecurityName)
Returns the display name for the group specified by groupSecurityName. |
java.lang.String |
UserRegistry.getGroupSecurityName(java.lang.String uniqueGroupId)
Returns the name for a group given its uniqueId. |
java.util.List<java.lang.String> |
UserRegistry.getGroupsForUser(java.lang.String userSecurityName)
Returns the securityNames of all the groups that contain the user |
java.lang.String |
UserRegistry.getUniqueGroupId(java.lang.String groupSecurityName)
Returns the Unique id for a group. |
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. |
java.lang.String |
UserRegistry.getUniqueUserId(java.lang.String userSecurityName)
Returns the UniqueId for a userSecurityName. |
java.lang.String |
UserRegistry.getUserDisplayName(java.lang.String userSecurityName)
Returns the display name for the user specified by userSecurityName. |
java.lang.String |
UserRegistry.getUserSecurityName(java.lang.String uniqueUserId)
Returns the name for a user given its uniqueId. |
Result |
UserRegistry.getUsersForGroup(java.lang.String groupSecurityName,
int limit)
Gets a list of users in a group. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |