A B C D E F G H I L M N O P R S T U X

A

abort() - Method in class org.ow2.bonita.identity.auth.IdLoginModule
Method to abort the authentication process (phase 2).
abort() - Method in class org.ow2.bonita.identity.auth.PlainLoginModule
Method to abort the authentication process (phase 2).
abort() - Method in class org.ow2.bonita.identity.auth.StorageLoginModule
 
AUTH_SERVICE_URL - Static variable in class org.ow2.bonita.identity.auth.IdLoginModule
Property key used to define the authentication service to use.
authenticateUser(String...) - Method in class org.ow2.bonita.identity.auth.AuthenticationService
 
authenticateUser(String...) - Method in interface org.ow2.bonita.identity.auth.AuthenticationServiceMBean
 
authenticateUser(String...) - Method in interface org.ow2.bonita.identity.auth.AuthenticationServiceOp
Authenticate a user given some authentication strings.
authenticateUser(String...) - Method in class org.ow2.bonita.identity.auth.PropertiesBasedAuthenticationService
Properties based AuthenticationServiceOp implementation.
authenticateUser(String, String) - Method in class org.ow2.bonita.identity.impl.InMemoryIdentityService
 
AuthenticationService - Class in org.ow2.bonita.identity.auth
 
AuthenticationService() - Constructor for class org.ow2.bonita.identity.auth.AuthenticationService
 
AuthenticationServiceMBean - Interface in org.ow2.bonita.identity.auth
 
AuthenticationServiceOp - Interface in org.ow2.bonita.identity.auth
 

B

BadLoginOptionException - Exception in org.ow2.bonita.identity.auth
 
BadLoginOptionException(String) - Constructor for exception org.ow2.bonita.identity.auth.BadLoginOptionException
 
BonitaPrincipal - Class in org.ow2.bonita.identity.auth
 
BonitaPrincipal(String) - Constructor for class org.ow2.bonita.identity.auth.BonitaPrincipal
 

C

commit() - Method in class org.ow2.bonita.identity.auth.IdLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class org.ow2.bonita.identity.auth.PlainLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class org.ow2.bonita.identity.auth.StorageLoginModule
 
commit() - Method in class org.ow2.bonita.identity.IdentityService
 
commit() - Method in interface org.ow2.bonita.identity.IdentityServiceOp
Commit all modifications to the backing store.
commit() - Method in class org.ow2.bonita.identity.impl.InMemoryIdentityService
 
commit() - Method in class org.ow2.bonita.identity.impl.PersistentIdentityService
 
CommitException - Exception in org.ow2.bonita.identity
 
CommitException(Throwable) - Constructor for exception org.ow2.bonita.identity.CommitException
 
CONFIGURATION - Static variable in class org.ow2.bonita.identity.auth.AuthenticationService
 
CONFIGURATION - Static variable in class org.ow2.bonita.identity.IdentityService
 
createGroup() - Method in class org.ow2.bonita.identity.IdentityService
 
createGroup(String) - Method in class org.ow2.bonita.identity.IdentityService
 
createGroup() - Method in interface org.ow2.bonita.identity.IdentityServiceMBean
 
createGroup(String) - Method in interface org.ow2.bonita.identity.IdentityServiceMBean
 
createGroup() - Method in interface org.ow2.bonita.identity.IdentityServiceOp
Create a GroupOp in the identity service backing store and returns the generated id.
createGroup(GroupOp) - Method in interface org.ow2.bonita.identity.IdentityServiceOp
Create a GroupOp in the identity service backing store and returns the generated id.
createGroup(GroupOp) - Method in class org.ow2.bonita.identity.impl.InMemoryIdentityService
 
createGroup() - Method in class org.ow2.bonita.identity.impl.InMemoryIdentityService
 
createUser() - Method in class org.ow2.bonita.identity.IdentityService
 
createUser() - Method in interface org.ow2.bonita.identity.IdentityServiceMBean
 
createUser() - Method in interface org.ow2.bonita.identity.IdentityServiceOp
Create a UserOp in the identity service backing store and returns the generated id.
createUser() - Method in class org.ow2.bonita.identity.impl.InMemoryIdentityService
 

D

DEBUG_OPTION_NAME - Static variable in class org.ow2.bonita.identity.auth.IdLoginModule
Property key for the debug flag.
DEBUG_OPTION_NAME - Static variable in class org.ow2.bonita.identity.auth.PlainLoginModule
Property key for the debug flag.
deleteGroup(String) - Method in interface org.ow2.bonita.identity.IdentityServiceOp
Delete the group mapped to the given id from this service.
deleteGroup(String) - Method in class org.ow2.bonita.identity.impl.InMemoryIdentityService
 
deleteUser(String) - Method in interface org.ow2.bonita.identity.IdentityServiceOp
Delete the user mapped to the given id from this service.
deleteUser(String) - Method in class org.ow2.bonita.identity.impl.InMemoryIdentityService
 

E

equals(Object) - Method in class org.ow2.bonita.identity.impl.GroupImpl
 
equals(Object) - Method in class org.ow2.bonita.identity.impl.MembershipImpl
 
equals(Object) - Method in class org.ow2.bonita.identity.impl.UserImpl
 

F

file - Variable in class org.ow2.bonita.identity.impl.PersistentIdentityService
 
flush() - Method in class org.ow2.bonita.identity.impl.PersistentIdentityService
 
flush() - Method in class org.ow2.bonita.identity.impl.PlainIdentityService
 
flush() - Method in class org.ow2.bonita.identity.impl.SerializedIdentityService
 
flush() - Method in class org.ow2.bonita.identity.impl.XMLIdentityService
 
freshGroup() - Method in class org.ow2.bonita.identity.impl.InMemoryIdentityService
 
freshUser() - Method in class org.ow2.bonita.identity.impl.InMemoryIdentityService
 

G

getAllGroups() - Method in class org.ow2.bonita.identity.IdentityService
 
getAllGroups() - Method in interface org.ow2.bonita.identity.IdentityServiceMBean
 
getAllGroups() - Method in interface org.ow2.bonita.identity.IdentityServiceOp
Returns a copy of all groupOps present in the backing store Modifications made on the returned collection or on any of its contained GroupOp instances are not propagated to the backing store
getAllGroups() - Method in class org.ow2.bonita.identity.impl.InMemoryIdentityService
 
getAllUsers() - Method in class org.ow2.bonita.identity.IdentityService
 
getAllUsers() - Method in interface org.ow2.bonita.identity.IdentityServiceMBean
 
getAllUsers() - Method in interface org.ow2.bonita.identity.IdentityServiceOp
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
getAllUsers() - Method in class org.ow2.bonita.identity.impl.InMemoryIdentityService
 
getCallerId() - Static method in class org.ow2.bonita.identity.auth.SecurityContext
 
getChildren() - Method in class org.ow2.bonita.identity.Group
 
getChildren() - Method in interface org.ow2.bonita.identity.GroupMBean
 
getChildren() - Method in interface org.ow2.bonita.identity.GroupOp
Get the set of children of this group.
getChildren() - Method in class org.ow2.bonita.identity.impl.GroupImpl
 
getGroup() - Method in exception org.ow2.bonita.identity.GroupNotFoundException
Return the group that has not been found.
getGroup(String) - Method in class org.ow2.bonita.identity.IdentityService
 
getGroup(String) - Method in interface org.ow2.bonita.identity.IdentityServiceMBean
 
getGroup(String) - Method in interface org.ow2.bonita.identity.IdentityServiceOp
Returns a copy of the group mapped to the given id Modifications made on the return GroupOp instance are not propagated to the backing store
getGroup(String) - Method in class org.ow2.bonita.identity.impl.InMemoryIdentityService
 
getGroup() - Method in class org.ow2.bonita.identity.impl.MembershipImpl
 
getGroup() - Method in interface org.ow2.bonita.identity.Membership
 
getGroups() - Method in class org.ow2.bonita.identity.User
 
getGroups() - Method in interface org.ow2.bonita.identity.UserMBean
 
getId() - Method in class org.ow2.bonita.identity.Group
 
getId() - Method in interface org.ow2.bonita.identity.GroupMBean
 
getId() - Method in exception org.ow2.bonita.identity.GroupNotFoundException
Return the id that is was not mapped to any group.
getId() - Method in interface org.ow2.bonita.identity.GroupOp
 
getId() - Method in class org.ow2.bonita.identity.impl.GroupImpl
 
getId() - Method in class org.ow2.bonita.identity.impl.UserImpl
 
getId() - Method in class org.ow2.bonita.identity.User
 
getId() - Method in interface org.ow2.bonita.identity.UserMBean
 
getId() - Method in exception org.ow2.bonita.identity.UserNotFoundException
Return the id that is was not mapped to any user.
getId() - Method in interface org.ow2.bonita.identity.UserOp
 
getImplName() - Method in class org.ow2.bonita.identity.auth.AuthenticationService
 
getImplName() - Method in interface org.ow2.bonita.identity.auth.AuthenticationServiceMBean
Get the concrete AuthenticationServiceOp implementation class name.
getImplName() - Method in class org.ow2.bonita.identity.IdentityService
 
getImplName() - Method in interface org.ow2.bonita.identity.IdentityServiceMBean
Get the concrete IdentityServiceOp implementation class name.
getMemberships() - Method in interface org.ow2.bonita.identity.GroupOp
Get the set of memberships of this group.
getMemberships() - Method in class org.ow2.bonita.identity.impl.GroupImpl
 
getMemberships() - Method in class org.ow2.bonita.identity.impl.UserImpl
 
getMemberships() - Method in interface org.ow2.bonita.identity.UserOp
Return the memberships of this user.
getName() - Method in class org.ow2.bonita.identity.auth.BonitaPrincipal
 
getParent() - Method in class org.ow2.bonita.identity.Group
 
getParent() - Method in interface org.ow2.bonita.identity.GroupMBean
 
getParent() - Method in interface org.ow2.bonita.identity.GroupOp
 
getParent() - Method in class org.ow2.bonita.identity.impl.GroupImpl
 
getPermission() - Method in class org.ow2.bonita.identity.impl.MembershipImpl
 
getPermission() - Method in interface org.ow2.bonita.identity.Membership
 
getPermissions() - Method in class org.ow2.bonita.identity.Group
 
getPermissions() - Method in interface org.ow2.bonita.identity.GroupMBean
 
getPermissions() - Method in interface org.ow2.bonita.identity.GroupOp
Get the set of permissions of this group.
getPermissions() - Method in class org.ow2.bonita.identity.impl.GroupImpl
 
getPermissions() - Method in class org.ow2.bonita.identity.impl.UserImpl
 
getPermissions() - Method in class org.ow2.bonita.identity.User
 
getPermissions() - Method in interface org.ow2.bonita.identity.UserMBean
 
getPermissions() - Method in interface org.ow2.bonita.identity.UserOp
Get the set of permissions of this user.
getPreferences() - Method in class org.ow2.bonita.identity.impl.MembershipImpl
 
getProperties() - Method in class org.ow2.bonita.identity.Group
 
getProperties() - Method in interface org.ow2.bonita.identity.GroupMBean
 
getProperties() - Method in interface org.ow2.bonita.identity.GroupOp
Get the Properties of this group.
getProperties() - Method in class org.ow2.bonita.identity.impl.GroupImpl
 
getProperties() - Method in class org.ow2.bonita.identity.impl.MembershipImpl
 
getProperties() - Method in class org.ow2.bonita.identity.impl.UserImpl
 
getProperties() - Method in interface org.ow2.bonita.identity.Membership
 
getProperties() - Method in class org.ow2.bonita.identity.User
 
getProperties() - Method in interface org.ow2.bonita.identity.UserMBean
 
getProperties() - Method in interface org.ow2.bonita.identity.UserOp
Get the set of properties of this user.
getRole() - Method in class org.ow2.bonita.identity.impl.MembershipImpl
 
getRole() - Method in interface org.ow2.bonita.identity.Membership
 
getRoot() - Method in class org.ow2.bonita.identity.Group
 
getRoot() - Method in interface org.ow2.bonita.identity.GroupMBean
 
getRoot() - Method in interface org.ow2.bonita.identity.GroupOp
 
getRoot() - Method in class org.ow2.bonita.identity.impl.GroupImpl
 
getSubject() - Static method in class org.ow2.bonita.identity.auth.SecurityContext
 
getUser(String) - Method in class org.ow2.bonita.identity.IdentityService
 
getUser(String) - Method in interface org.ow2.bonita.identity.IdentityServiceMBean
 
getUser(String) - Method in interface org.ow2.bonita.identity.IdentityServiceOp
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
getUser(String) - Method in class org.ow2.bonita.identity.impl.InMemoryIdentityService
 
getUser() - Method in class org.ow2.bonita.identity.impl.MembershipImpl
 
getUser() - Method in interface org.ow2.bonita.identity.Membership
 
getUser() - Method in exception org.ow2.bonita.identity.UserNotFoundException
Return the user that has not been found.
getUsers() - Method in class org.ow2.bonita.identity.Group
 
getUsers() - Method in interface org.ow2.bonita.identity.GroupMBean
 
Group - Class in org.ow2.bonita.identity
 
GroupImpl - Class in org.ow2.bonita.identity.impl
 
GroupImpl() - Constructor for class org.ow2.bonita.identity.impl.GroupImpl
 
GroupImpl(String) - Constructor for class org.ow2.bonita.identity.impl.GroupImpl
 
GroupImpl(String, GroupOp) - Constructor for class org.ow2.bonita.identity.impl.GroupImpl
 
GroupMBean - Interface in org.ow2.bonita.identity
 
GroupNotFoundException - Exception in org.ow2.bonita.identity
 
GroupNotFoundException(String) - Constructor for exception org.ow2.bonita.identity.GroupNotFoundException
 
GroupNotFoundException(GroupOp) - Constructor for exception org.ow2.bonita.identity.GroupNotFoundException
 
GroupOp - Interface in org.ow2.bonita.identity
 
groupOps - Variable in class org.ow2.bonita.identity.impl.InMemoryIdentityService
 

H

hashcode() - Method in class org.ow2.bonita.identity.impl.GroupImpl
 
hashCode() - Method in class org.ow2.bonita.identity.impl.MembershipImpl
 
hashcode() - Method in class org.ow2.bonita.identity.impl.UserImpl
 
hasMember(UserOp) - Method in interface org.ow2.bonita.identity.GroupOp
 
hasMember(UserOp) - Method in class org.ow2.bonita.identity.impl.GroupImpl
 
HELP - Static variable in class org.ow2.bonita.identity.auth.SecurityContext
 

I

IdentityService - Class in org.ow2.bonita.identity
 
IdentityService() - Constructor for class org.ow2.bonita.identity.IdentityService
 
IdentityServiceMBean - Interface in org.ow2.bonita.identity
This MBean concrete implementation is backed by an IdentityServiceOp concrete implementation.
IdentityServiceOp - Interface in org.ow2.bonita.identity
This is the main interface for UserOp, GroupOp and Membership management.
IdLoginModule - Class in org.ow2.bonita.identity.auth
 
IdLoginModule() - Constructor for class org.ow2.bonita.identity.auth.IdLoginModule
 
IdLoginModule.MissingOptionException - Exception in org.ow2.bonita.identity.auth
 
IdLoginModule.MissingOptionException(String) - Constructor for exception org.ow2.bonita.identity.auth.IdLoginModule.MissingOptionException
 
init() - Method in class org.ow2.bonita.identity.impl.InMemoryIdentityService
 
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.ow2.bonita.identity.auth.IdLoginModule
Initialize this LoginModule.
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.ow2.bonita.identity.auth.PlainLoginModule
Initialize this LoginModule.
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.ow2.bonita.identity.auth.StorageLoginModule
 
InMemoryIdentityService - Class in org.ow2.bonita.identity.impl
 
InMemoryIdentityService() - Constructor for class org.ow2.bonita.identity.impl.InMemoryIdentityService
 
isMember(GroupOp) - Method in class org.ow2.bonita.identity.impl.UserImpl
 
isMember(GroupOp) - Method in interface org.ow2.bonita.identity.UserOp
 

L

login() - Method in class org.ow2.bonita.identity.auth.IdLoginModule
Method to authenticate a Subject (phase 1).
login() - Method in class org.ow2.bonita.identity.auth.PlainLoginModule
Method to authenticate a Subject (phase 1).
login() - Method in class org.ow2.bonita.identity.auth.StorageLoginModule
 
logout() - Method in class org.ow2.bonita.identity.auth.IdLoginModule
Method which logs out a Subject.
logout() - Method in class org.ow2.bonita.identity.auth.PlainLoginModule
Method which logs out a Subject.
logout() - Method in class org.ow2.bonita.identity.auth.StorageLoginModule
 

M

main(String[]) - Static method in class org.ow2.bonita.identity.auth.AuthenticationService
 
main(String[]) - Static method in class org.ow2.bonita.identity.IdentityService
 
Membership - Interface in org.ow2.bonita.identity
 
MembershipImpl - Class in org.ow2.bonita.identity.impl
 
MembershipImpl(UserOp, GroupOp) - Constructor for class org.ow2.bonita.identity.impl.MembershipImpl
 
MissingOptionException - Exception in org.ow2.bonita.identity.auth
 
MissingOptionException(String) - Constructor for exception org.ow2.bonita.identity.auth.MissingOptionException
 
modifyGroup(GroupOp) - Method in interface org.ow2.bonita.identity.IdentityServiceOp
Modify the given group.
modifyGroup(GroupOp) - Method in class org.ow2.bonita.identity.impl.InMemoryIdentityService
 
modifyUser(UserOp) - Method in interface org.ow2.bonita.identity.IdentityServiceOp
Modify the given user.
modifyUser(UserOp) - Method in class org.ow2.bonita.identity.impl.InMemoryIdentityService
 

N

NAME_KEY - Static variable in class org.ow2.bonita.identity.auth.PropertiesBasedAuthenticationService
Property key for which the user name is supposed to be stored in IdentityServiceOp UserOp.
newServer() - Static method in class org.ow2.bonita.identity.auth.AuthenticationService
 
newServer() - Static method in class org.ow2.bonita.identity.IdentityService
 
next - Variable in class org.ow2.bonita.identity.impl.InMemoryIdentityService
 

O

org.ow2.bonita.identity - package org.ow2.bonita.identity
 
org.ow2.bonita.identity.auth - package org.ow2.bonita.identity.auth
 
org.ow2.bonita.identity.impl - package org.ow2.bonita.identity.impl
 

P

PASSWORD_KEY - Static variable in class org.ow2.bonita.identity.auth.PropertiesBasedAuthenticationService
Property key for which the password is supposed to be stored in IdentityServiceOp UserOp.
PersistentIdentityService - Class in org.ow2.bonita.identity.impl
 
PersistentIdentityService(File, boolean) - Constructor for class org.ow2.bonita.identity.impl.PersistentIdentityService
 
PlainIdentityService - Class in org.ow2.bonita.identity.impl
 
PlainIdentityService(String, boolean) - Constructor for class org.ow2.bonita.identity.impl.PlainIdentityService
 
PlainIdentityService(File, boolean) - Constructor for class org.ow2.bonita.identity.impl.PlainIdentityService
 
PlainLoginModule - Class in org.ow2.bonita.identity.auth
 
PlainLoginModule() - Constructor for class org.ow2.bonita.identity.auth.PlainLoginModule
 
PropertiesBasedAuthenticationService - Class in org.ow2.bonita.identity.auth
AuthenticationServiceOp implementation that uses specific properties stored in an IdentityServiceOp for authentication purpose.
PropertiesBasedAuthenticationService(String, String) - Constructor for class org.ow2.bonita.identity.auth.PropertiesBasedAuthenticationService
 

R

root() - Static method in class org.ow2.bonita.identity.impl.GroupImpl
 
ROOT_ID - Static variable in class org.ow2.bonita.identity.impl.InMemoryIdentityService
 

S

SecurityContext - Class in org.ow2.bonita.identity.auth
 
SerializedIdentityService - Class in org.ow2.bonita.identity.impl
 
SerializedIdentityService(File, boolean) - Constructor for class org.ow2.bonita.identity.impl.SerializedIdentityService
 
SerializedIdentityService(String, boolean) - Constructor for class org.ow2.bonita.identity.impl.SerializedIdentityService
 
SERVICE_PARAMS_OPTION_NAME - Static variable in class org.ow2.bonita.identity.auth.IdLoginModule
Property key used to define service instantiation parameters.
setChildren(Set<GroupOp>) - Method in class org.ow2.bonita.identity.impl.GroupImpl
 
setGroup(GroupOp) - Method in class org.ow2.bonita.identity.impl.MembershipImpl
 
setId(String) - Method in class org.ow2.bonita.identity.impl.GroupImpl
 
setId(String) - Method in class org.ow2.bonita.identity.impl.UserImpl
 
setMembership(String, String) - Method in class org.ow2.bonita.identity.IdentityService
 
setMembership(String, String) - Method in interface org.ow2.bonita.identity.IdentityServiceMBean
 
setMembership(UserOp, GroupOp) - Method in interface org.ow2.bonita.identity.IdentityServiceOp
Make the given user a member of the given group.
setMembership(UserOp, GroupOp) - Method in class org.ow2.bonita.identity.impl.InMemoryIdentityService
 
setMembership(MembershipImpl) - Method in class org.ow2.bonita.identity.impl.InMemoryIdentityService
 
setMemberships(Set<Membership>) - Method in class org.ow2.bonita.identity.impl.GroupImpl
 
setMemberships(Set<Membership>) - Method in class org.ow2.bonita.identity.impl.UserImpl
 
setParent(GroupOp) - Method in class org.ow2.bonita.identity.impl.GroupImpl
 
setPermissions(Set<Permission>) - Method in interface org.ow2.bonita.identity.GroupOp
 
setPermissions(Set<Permission>) - Method in class org.ow2.bonita.identity.impl.GroupImpl
 
setPermissions(Set<Permission>) - Method in class org.ow2.bonita.identity.impl.MembershipImpl
 
setPermissions(Set<Permission>) - Method in class org.ow2.bonita.identity.impl.UserImpl
 
setPermissions(Set<Permission>) - Method in interface org.ow2.bonita.identity.Membership
 
setPermissions(Set<Permission>) - Method in interface org.ow2.bonita.identity.UserOp
 
setProperties(Properties) - Method in interface org.ow2.bonita.identity.GroupOp
 
setProperties(Properties) - Method in class org.ow2.bonita.identity.impl.GroupImpl
 
setProperties(Properties) - Method in class org.ow2.bonita.identity.impl.MembershipImpl
 
setProperties(Properties) - Method in class org.ow2.bonita.identity.impl.UserImpl
 
setProperties(Properties) - Method in interface org.ow2.bonita.identity.Membership
 
setProperties(Properties) - Method in interface org.ow2.bonita.identity.UserOp
 
setProperty(String, String) - Method in class org.ow2.bonita.identity.Group
 
setProperty(String, String) - Method in interface org.ow2.bonita.identity.GroupMBean
 
setProperty(String, String) - Method in class org.ow2.bonita.identity.User
 
setProperty(String, String) - Method in interface org.ow2.bonita.identity.UserMBean
 
setRole(String) - Method in class org.ow2.bonita.identity.impl.MembershipImpl
 
setRole(String) - Method in interface org.ow2.bonita.identity.Membership
 
setRoot(String) - Static method in class org.ow2.bonita.identity.impl.GroupImpl
 
setUser(UserOp) - Method in class org.ow2.bonita.identity.impl.MembershipImpl
 
StorageLoginModule - Class in org.ow2.bonita.identity.auth
This LoginModule is used only in the case of an heavy Bonita client (standalone, only one JVM, no J2EE).
StorageLoginModule() - Constructor for class org.ow2.bonita.identity.auth.StorageLoginModule
 
subject - Variable in class org.ow2.bonita.identity.auth.StorageLoginModule
 
sync() - Method in class org.ow2.bonita.identity.impl.PersistentIdentityService
 
sync() - Method in class org.ow2.bonita.identity.impl.PlainIdentityService
 
sync() - Method in class org.ow2.bonita.identity.impl.SerializedIdentityService
 
sync() - Method in class org.ow2.bonita.identity.impl.XMLIdentityService
 

T

toString() - Method in class org.ow2.bonita.identity.impl.GroupImpl
 
toString() - Method in class org.ow2.bonita.identity.impl.MembershipImpl
 
toString() - Method in class org.ow2.bonita.identity.impl.UserImpl
 

U

usage() - Static method in class org.ow2.bonita.identity.auth.AuthenticationService
 
usage() - Static method in class org.ow2.bonita.identity.IdentityService
 
User - Class in org.ow2.bonita.identity
 
UserImpl - Class in org.ow2.bonita.identity.impl
 
UserImpl() - Constructor for class org.ow2.bonita.identity.impl.UserImpl
 
UserImpl(String) - Constructor for class org.ow2.bonita.identity.impl.UserImpl
 
UserMBean - Interface in org.ow2.bonita.identity
 
UserNotFoundException - Exception in org.ow2.bonita.identity
 
UserNotFoundException(String) - Constructor for exception org.ow2.bonita.identity.UserNotFoundException
 
UserNotFoundException(UserOp) - Constructor for exception org.ow2.bonita.identity.UserNotFoundException
 
UserOp - Interface in org.ow2.bonita.identity
Represent a UserOp in NovaBonita.
users - Variable in class org.ow2.bonita.identity.impl.InMemoryIdentityService
 

X

XMLIdentityService - Class in org.ow2.bonita.identity.impl
 
XMLIdentityService(String, boolean) - Constructor for class org.ow2.bonita.identity.impl.XMLIdentityService
 
XMLIdentityService(File, boolean) - Constructor for class org.ow2.bonita.identity.impl.XMLIdentityService
 

A B C D E F G H I L M N O P R S T U X

Copyright © 2009 OW2 Consortium. All Rights Reserved.