|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserOp | |
---|---|
org.ow2.bonita.identity | |
org.ow2.bonita.identity.impl |
Uses of UserOp in org.ow2.bonita.identity |
---|
Methods in org.ow2.bonita.identity that return UserOp | |
---|---|
UserOp |
UserNotFoundException.getUser()
Return the user that has not been found. |
UserOp |
Membership.getUser()
|
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)
|
Methods in org.ow2.bonita.identity that return types with arguments of type UserOp | |
---|---|
java.util.Collection<UserOp> |
IdentityServiceOp.getAllUsers()
Returns a copy of all users present in the backing store Modifications made on the returned collection or on any of its contained UserOp instances are not propagated to the backing store |
Methods in org.ow2.bonita.identity with parameters of type UserOp | |
---|---|
boolean |
GroupOp.hasMember(UserOp userOp)
|
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. |
Constructors in org.ow2.bonita.identity with parameters of type UserOp | |
---|---|
UserNotFoundException(UserOp user)
|
Uses of UserOp in org.ow2.bonita.identity.impl |
---|
Classes in org.ow2.bonita.identity.impl that implement UserOp | |
---|---|
class |
UserImpl
|
Fields in org.ow2.bonita.identity.impl with type parameters of type UserOp | |
---|---|
protected java.util.Map<java.lang.String,UserOp> |
InMemoryIdentityService.users
|
Methods in org.ow2.bonita.identity.impl that return UserOp | |
---|---|
UserOp |
MembershipImpl.getUser()
|
UserOp |
InMemoryIdentityService.getUser(java.lang.String id)
|
Methods in org.ow2.bonita.identity.impl that return types with arguments of type UserOp | |
---|---|
java.util.Collection<UserOp> |
InMemoryIdentityService.getAllUsers()
|
Methods in org.ow2.bonita.identity.impl with parameters of type UserOp | |
---|---|
boolean |
GroupImpl.hasMember(UserOp userOp)
|
boolean |
InMemoryIdentityService.modifyUser(UserOp user)
|
Membership |
InMemoryIdentityService.setMembership(UserOp user,
GroupOp group)
|
void |
MembershipImpl.setUser(UserOp newUser)
|
Constructors in org.ow2.bonita.identity.impl with parameters of type UserOp | |
---|---|
MembershipImpl(UserOp userOp,
GroupOp groupOp)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |