|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserNotFoundException | |
---|---|
org.ow2.bonita.identity | |
org.ow2.bonita.identity.impl |
Uses of UserNotFoundException in org.ow2.bonita.identity |
---|
Methods in org.ow2.bonita.identity that throw UserNotFoundException | |
---|---|
void |
IdentityServiceOp.deleteUser(java.lang.String id)
Delete the user mapped to the given id from this service. |
UserOp |
IdentityServiceOp.getUser(java.lang.String id)
Returns a copy of the user mapped to the given id Modifications made on the return UserOp instance are not propagated to the backing store |
UserOp |
IdentityServiceMBean.getUser(java.lang.String id)
|
UserOp |
IdentityService.getUser(java.lang.String id)
|
boolean |
IdentityServiceOp.modifyUser(UserOp userOp)
Modify the given user. |
Membership |
IdentityServiceOp.setMembership(UserOp user,
GroupOp group)
Make the given user a member of the given group. |
Uses of UserNotFoundException in org.ow2.bonita.identity.impl |
---|
Methods in org.ow2.bonita.identity.impl that throw UserNotFoundException | |
---|---|
void |
InMemoryIdentityService.deleteUser(java.lang.String id)
|
UserOp |
InMemoryIdentityService.getUser(java.lang.String id)
|
boolean |
InMemoryIdentityService.modifyUser(UserOp user)
|
Membership |
InMemoryIdentityService.setMembership(UserOp user,
GroupOp group)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |