Skip navigation links
A B C D E F G I L M N O P S T U V 

A

addGroupPrivilegeMapping(String, String) - Method in interface org.flowable.idm.api.IdmIdentityService
Assigns a privilege to a group.
addUserPrivilegeMapping(String, String) - Method in interface org.flowable.idm.api.IdmIdentityService
Assigns a privilege to a user.

B

bytes - Variable in class org.flowable.idm.api.Picture
 

C

checkPassword(String, String) - Method in interface org.flowable.idm.api.IdmIdentityService
Checks if the password is valid for the given user.
createGroupQuery() - Method in interface org.flowable.idm.api.IdmIdentityService
Creates a GroupQuery that allows to programmatically query the groups.
createMembership(String, String) - Method in interface org.flowable.idm.api.IdmIdentityService
 
createNativeGroupQuery() - Method in interface org.flowable.idm.api.IdmIdentityService
Returns a new NativeQuery for tasks.
createNativeTokenQuery() - Method in interface org.flowable.idm.api.IdmIdentityService
Returns a new NativeQuery for tokens.
createNativeUserQuery() - Method in interface org.flowable.idm.api.IdmIdentityService
Returns a new NativeQuery for tasks.
createPrivilege(String) - Method in interface org.flowable.idm.api.IdmIdentityService
Creates a new Privilege with the provided name.
createPrivilegeQuery() - Method in interface org.flowable.idm.api.IdmIdentityService
Creates a PrivilegeQuery that allows to programmatically query privileges.
createTablePageQuery() - Method in interface org.flowable.idm.api.IdmManagementService
Creates a TablePageQuery that can be used to fetch TablePage containing specific sections of table row data.
createTokenQuery() - Method in interface org.flowable.idm.api.IdmIdentityService
Creates a TokenQuery that allows to programmatically query the tokens.
createUserQuery() - Method in interface org.flowable.idm.api.IdmIdentityService
Creates a UserQuery that allows to programmatically query the users.

D

databaseSchemaUpgrade(Connection, String, String) - Method in interface org.flowable.idm.api.IdmManagementService
programmatic schema update on a given connection returning feedback about what happened
deleteGroup(String) - Method in interface org.flowable.idm.api.IdmIdentityService
Deletes the group.
deleteGroupPrivilegeMapping(String, String) - Method in interface org.flowable.idm.api.IdmIdentityService
Delete a privilege for a group.
deleteMembership(String, String) - Method in interface org.flowable.idm.api.IdmIdentityService
Delete the membership of the user in the group.
deletePrivilege(String) - Method in interface org.flowable.idm.api.IdmIdentityService
Deletes the privilege with the given id.
deleteToken(String) - Method in interface org.flowable.idm.api.IdmIdentityService
 
deleteUser(String) - Method in interface org.flowable.idm.api.IdmIdentityService
 
deleteUserInfo(String, String) - Method in interface org.flowable.idm.api.IdmIdentityService
Delete an entry of the generic extensibility key-value pairs associated with a user
deleteUserPrivilegeMapping(String, String) - Method in interface org.flowable.idm.api.IdmIdentityService
Removes a privilege for a user.
DISPLAY_NAME - Static variable in class org.flowable.idm.api.UserQueryProperty
 

E

EMAIL - Static variable in class org.flowable.idm.api.UserQueryProperty
 
EMPTY_ARRAY - Static variable in enum org.flowable.idm.api.event.FlowableIdmEventType
 
encode(CharSequence, PasswordSalt) - Method in interface org.flowable.idm.api.PasswordEncoder
 

F

findByName(String) - Static method in class org.flowable.idm.api.GroupQueryProperty
 
findByName(String) - Static method in class org.flowable.idm.api.TokenQueryProperty
 
findByName(String) - Static method in class org.flowable.idm.api.UserQueryProperty
 
FIRST_NAME - Static variable in class org.flowable.idm.api.UserQueryProperty
 
FlowableIdmEventType - Enum in org.flowable.idm.api.event
Enumeration containing all possible types of FlowableIdmEvents.
FlowableIdmMembershipEvent - Interface in org.flowable.idm.api.event
An event related to group memberships.

G

getBytes() - Method in class org.flowable.idm.api.Picture
 
getDisplayName() - Method in interface org.flowable.idm.api.User
 
getEmail() - Method in interface org.flowable.idm.api.User
 
getFirstName() - Method in interface org.flowable.idm.api.User
 
getGroupId() - Method in interface org.flowable.idm.api.event.FlowableIdmMembershipEvent
 
getGroupId() - Method in interface org.flowable.idm.api.PrivilegeMapping
 
getGroupsWithPrivilege(String) - Method in interface org.flowable.idm.api.IdmIdentityService
Returns all Group instances that have a particular privilege.
getId() - Method in interface org.flowable.idm.api.Group
 
getId() - Method in interface org.flowable.idm.api.Privilege
 
getId() - Method in interface org.flowable.idm.api.Token
 
getId() - Method in interface org.flowable.idm.api.User
 
getIdmIdentityService() - Method in interface org.flowable.idm.api.IdmEngineConfigurationApi
 
getIdmManagementService() - Method in interface org.flowable.idm.api.IdmEngineConfigurationApi
 
getInputStream() - Method in class org.flowable.idm.api.Picture
 
getIpAddress() - Method in interface org.flowable.idm.api.Token
 
getLastName() - Method in interface org.flowable.idm.api.User
 
getMimeType() - Method in class org.flowable.idm.api.Picture
 
getName() - Method in interface org.flowable.idm.api.Group
 
getName() - Method in class org.flowable.idm.api.GroupQueryProperty
 
getName() - Method in interface org.flowable.idm.api.Privilege
 
getName() - Method in class org.flowable.idm.api.TokenQueryProperty
 
getName() - Method in class org.flowable.idm.api.UserQueryProperty
 
getPassword() - Method in interface org.flowable.idm.api.User
 
getPrivilegeId() - Method in interface org.flowable.idm.api.PrivilegeMapping
 
getPrivilegeMappingsByPrivilegeId(String) - Method in interface org.flowable.idm.api.IdmIdentityService
Get all privilege mappings for a specific privilege
getProperties() - Method in interface org.flowable.idm.api.IdmManagementService
get the list of properties.
getSalt() - Method in interface org.flowable.idm.api.PasswordSaltProvider
 
getSource() - Method in interface org.flowable.idm.api.PasswordSalt
 
getTableCount() - Method in interface org.flowable.idm.api.IdmManagementService
Get the mapping containing {table name, row count} entries of the database schema.
getTableMetaData(String) - Method in interface org.flowable.idm.api.IdmManagementService
Gets the metadata (column names, column types, etc.) of a certain table.
getTableName(Class<?>) - Method in interface org.flowable.idm.api.IdmManagementService
Gets the table name (including any configured prefix) for an entity.
getTenantId() - Method in interface org.flowable.idm.api.User
 
getTokenData() - Method in interface org.flowable.idm.api.Token
 
getTokenDate() - Method in interface org.flowable.idm.api.Token
 
getTokenValue() - Method in interface org.flowable.idm.api.Token
 
getType() - Method in interface org.flowable.idm.api.Group
 
getTypesFromString(String) - Static method in enum org.flowable.idm.api.event.FlowableIdmEventType
 
getUserAgent() - Method in interface org.flowable.idm.api.Token
 
getUserId() - Method in interface org.flowable.idm.api.event.FlowableIdmMembershipEvent
 
getUserId() - Method in interface org.flowable.idm.api.PrivilegeMapping
 
getUserId() - Method in interface org.flowable.idm.api.Token
 
getUserInfo(String, String) - Method in interface org.flowable.idm.api.IdmIdentityService
Generic extensibility key-value pairs associated with a user
getUserInfoKeys(String) - Method in interface org.flowable.idm.api.IdmIdentityService
Generic extensibility keys associated with a user
getUserPicture(String) - Method in interface org.flowable.idm.api.IdmIdentityService
Retrieves the picture for a given user.
getUsersWithPrivilege(String) - Method in interface org.flowable.idm.api.IdmIdentityService
Returns all User instances that have a particular privilege.
Group - Interface in org.flowable.idm.api
Represents a group, used in IdmIdentityService.
GROUP_ID - Static variable in class org.flowable.idm.api.GroupQueryProperty
 
groupId(String) - Method in interface org.flowable.idm.api.GroupQuery
Only select Groups with the given id.
groupId(String) - Method in interface org.flowable.idm.api.PrivilegeQuery
Only select Privileges with the given group id.
groupIds(List<String>) - Method in interface org.flowable.idm.api.GroupQuery
Only select Groups with the given ids.
groupIds(List<String>) - Method in interface org.flowable.idm.api.PrivilegeQuery
Only select Privileges with the given group ids.
groupMember(String) - Method in interface org.flowable.idm.api.GroupQuery
Only selects Groups where the given user is a member of.
groupMembers(List<String>) - Method in interface org.flowable.idm.api.GroupQuery
Only selects Groups where the given users are a member of.
groupName(String) - Method in interface org.flowable.idm.api.GroupQuery
Only select Groups with the given name.
groupNameLike(String) - Method in interface org.flowable.idm.api.GroupQuery
Only select Groups where the name matches the given parameter.
groupNameLikeIgnoreCase(String) - Method in interface org.flowable.idm.api.GroupQuery
Only select Groups where the name matches the given parameter (ignoring case).
GroupQuery - Interface in org.flowable.idm.api
Allows to programmatically query for Groups.
GroupQueryProperty - Class in org.flowable.idm.api
Contains the possible properties that can be used by the GroupQuery.
GroupQueryProperty(String) - Constructor for class org.flowable.idm.api.GroupQueryProperty
 
groupType(String) - Method in interface org.flowable.idm.api.GroupQuery
Only select Groups which have the given type.

I

IdmEngineConfigurationApi - Interface in org.flowable.idm.api
 
IdmIdentityService - Interface in org.flowable.idm.api
Service to manage Users and Groups.
IdmManagementService - Interface in org.flowable.idm.api
Service for admin and maintenance operations on the idm engine.
ipAddress(String) - Method in interface org.flowable.idm.api.TokenQuery
Only select Tokens with the given ip address.
ipAddressLike(String) - Method in interface org.flowable.idm.api.TokenQuery
Only select Tokens where the ip address matches the given parameter.
isMatches(CharSequence, String, PasswordSalt) - Method in interface org.flowable.idm.api.PasswordEncoder
 
isPictureSet() - Method in interface org.flowable.idm.api.User
 

L

LAST_NAME - Static variable in class org.flowable.idm.api.UserQueryProperty
 

M

memberOfGroup(String) - Method in interface org.flowable.idm.api.UserBaseQuery
Only select Users that belong to the given group.
memberOfGroups(List<String>) - Method in interface org.flowable.idm.api.UserBaseQuery
Only select Users that belong to the given groups.
mimeType - Variable in class org.flowable.idm.api.Picture
 

N

NAME - Static variable in class org.flowable.idm.api.GroupQueryProperty
 
NativeGroupQuery - Interface in org.flowable.idm.api
Allows querying of Groups via native (SQL) queries
NativeTokenQuery - Interface in org.flowable.idm.api
Allows querying of Tokens via native (SQL) queries
NativeUserQuery - Interface in org.flowable.idm.api
Allows querying of Users via native (SQL) queries
newGroup(String) - Method in interface org.flowable.idm.api.IdmIdentityService
Creates a new group.
newToken(String) - Method in interface org.flowable.idm.api.IdmIdentityService
Creates a new token.
newUser(String) - Method in interface org.flowable.idm.api.IdmIdentityService
Creates a new user.

O

orderByGroupId() - Method in interface org.flowable.idm.api.GroupQuery
Order by group id (needs to be followed by Query.asc() or Query.desc()).
orderByGroupName() - Method in interface org.flowable.idm.api.GroupQuery
Order by group name (needs to be followed by Query.asc() or Query.desc()).
orderByGroupType() - Method in interface org.flowable.idm.api.GroupQuery
Order by group type (needs to be followed by Query.asc() or Query.desc()).
orderByTokenDate() - Method in interface org.flowable.idm.api.TokenQuery
Order by token date (needs to be followed by Query.asc() or Query.desc()).
orderByTokenId() - Method in interface org.flowable.idm.api.TokenQuery
Order by token id (needs to be followed by Query.asc() or Query.desc()).
orderByUserEmail() - Method in interface org.flowable.idm.api.UserBaseQuery
Order by user email (needs to be followed by Query.asc() or Query.desc()).
orderByUserFirstName() - Method in interface org.flowable.idm.api.UserBaseQuery
Order by user first name (needs to be followed by Query.asc() or Query.desc()).
orderByUserId() - Method in interface org.flowable.idm.api.UserBaseQuery
Order by user id (needs to be followed by Query.asc() or Query.desc()).
orderByUserLastName() - Method in interface org.flowable.idm.api.UserBaseQuery
Order by user last name (needs to be followed by Query.asc() or Query.desc()).
org.flowable.idm.api - package org.flowable.idm.api
 
org.flowable.idm.api.event - package org.flowable.idm.api.event
 

P

PasswordEncoder - Interface in org.flowable.idm.api
 
PasswordSalt - Interface in org.flowable.idm.api
 
PasswordSaltProvider - Interface in org.flowable.idm.api
 
Picture - Class in org.flowable.idm.api
 
Picture(byte[], String) - Constructor for class org.flowable.idm.api.Picture
 
Privilege - Interface in org.flowable.idm.api
 
privilegeId(String) - Method in interface org.flowable.idm.api.PrivilegeQuery
Only select Privileges with the given id/
PrivilegeMapping - Interface in org.flowable.idm.api
 
privilegeName(String) - Method in interface org.flowable.idm.api.PrivilegeQuery
Only select Privileges with the given name
PrivilegeQuery - Interface in org.flowable.idm.api
Allows programmatic querying of Privilege

S

saveGroup(Group) - Method in interface org.flowable.idm.api.IdmIdentityService
Saves the group.
saveToken(Token) - Method in interface org.flowable.idm.api.IdmIdentityService
Saves the token.
saveUser(User) - Method in interface org.flowable.idm.api.IdmIdentityService
Saves the user.
setAuthenticatedUserId(String) - Method in interface org.flowable.idm.api.IdmIdentityService
Passes the authenticated user id for this particular thread.
setDisplayName(String) - Method in interface org.flowable.idm.api.User
 
setEmail(String) - Method in interface org.flowable.idm.api.User
 
setFirstName(String) - Method in interface org.flowable.idm.api.User
 
setId(String) - Method in interface org.flowable.idm.api.Group
 
setId(String) - Method in interface org.flowable.idm.api.User
 
setIpAddress(String) - Method in interface org.flowable.idm.api.Token
 
setLastName(String) - Method in interface org.flowable.idm.api.User
 
setName(String) - Method in interface org.flowable.idm.api.Group
 
setPassword(String) - Method in interface org.flowable.idm.api.User
 
setSource(PasswordSaltProvider) - Method in interface org.flowable.idm.api.PasswordSalt
 
setTenantId(String) - Method in interface org.flowable.idm.api.User
 
setTokenData(String) - Method in interface org.flowable.idm.api.Token
 
setTokenDate(Date) - Method in interface org.flowable.idm.api.Token
 
setTokenValue(String) - Method in interface org.flowable.idm.api.Token
 
setType(String) - Method in interface org.flowable.idm.api.Group
 
setUserAgent(String) - Method in interface org.flowable.idm.api.Token
 
setUserId(String) - Method in interface org.flowable.idm.api.Token
 
setUserInfo(String, String, String) - Method in interface org.flowable.idm.api.IdmIdentityService
Generic extensibility key-value pairs associated with a user
setUserPicture(String, Picture) - Method in interface org.flowable.idm.api.IdmIdentityService
Sets the picture for a given user.

T

tenantId(String) - Method in interface org.flowable.idm.api.UserBaseQuery
Only select Users that belong to the given tenant.
Token - Interface in org.flowable.idm.api
 
TOKEN_DATE - Static variable in class org.flowable.idm.api.TokenQueryProperty
 
TOKEN_ID - Static variable in class org.flowable.idm.api.TokenQueryProperty
 
tokenData(String) - Method in interface org.flowable.idm.api.TokenQuery
Only select Tokens with the given token data.
tokenDataLike(String) - Method in interface org.flowable.idm.api.TokenQuery
Only select Tokens where the token data matches the given parameter.
tokenDate(Date) - Method in interface org.flowable.idm.api.TokenQuery
Only select Tokens that have a token date on the given date.
tokenDateAfter(Date) - Method in interface org.flowable.idm.api.TokenQuery
Only select Tokens that have a token date after the given date.
tokenDateBefore(Date) - Method in interface org.flowable.idm.api.TokenQuery
Only select Tokens that have a token date before the given date.
tokenId(String) - Method in interface org.flowable.idm.api.TokenQuery
Only select Tokens with the given id/
tokenIds(List<String>) - Method in interface org.flowable.idm.api.TokenQuery
Only select Tokens with the given ids/
TokenQuery - Interface in org.flowable.idm.api
Allows programmatic querying of Token
TokenQueryProperty - Class in org.flowable.idm.api
Contains the possible properties that can be used by the TokenQuery.
TokenQueryProperty(String) - Constructor for class org.flowable.idm.api.TokenQueryProperty
 
tokenValue(String) - Method in interface org.flowable.idm.api.TokenQuery
Only select Tokens with the given token value.
TYPE - Static variable in class org.flowable.idm.api.GroupQueryProperty
 

U

updateUserPassword(User) - Method in interface org.flowable.idm.api.IdmIdentityService
Update user password.
User - Interface in org.flowable.idm.api
Represents a user, used in IdmIdentityService.
USER_ID - Static variable in class org.flowable.idm.api.UserQueryProperty
 
userAgent(String) - Method in interface org.flowable.idm.api.TokenQuery
Only select Tokens with the given user agent.
userAgentLike(String) - Method in interface org.flowable.idm.api.TokenQuery
Only select Tokens where the user agent matches the given parameter.
UserBaseQuery<T extends UserBaseQuery<T,U>,U extends User> - Interface in org.flowable.idm.api
Allows programmatic querying of User
userDisplayName(String) - Method in interface org.flowable.idm.api.UserBaseQuery
Only select Users with the given displayName.
userDisplayNameLike(String) - Method in interface org.flowable.idm.api.UserBaseQuery
Only select Users where the display name matches the given parameter.
userDisplayNameLikeIgnoreCase(String) - Method in interface org.flowable.idm.api.UserBaseQuery
Only select Users where the display name matches the given parameter (ignoring case).
userEmail(String) - Method in interface org.flowable.idm.api.UserBaseQuery
Only those Users with the given email address.
userEmailLike(String) - Method in interface org.flowable.idm.api.UserBaseQuery
Only select Users where the email matches the given parameter.
userFirstName(String) - Method in interface org.flowable.idm.api.UserBaseQuery
Only select Users with the given firstName.
userFirstNameLike(String) - Method in interface org.flowable.idm.api.UserBaseQuery
Only select Users where the first name matches the given parameter.
userFirstNameLikeIgnoreCase(String) - Method in interface org.flowable.idm.api.UserBaseQuery
Only select Users where the first name matches the given parameter (ignoring case).
userFullNameLike(String) - Method in interface org.flowable.idm.api.UserBaseQuery
Only select Users where the full name matches the given parameters.
userFullNameLikeIgnoreCase(String) - Method in interface org.flowable.idm.api.UserBaseQuery
Only select Users where the full name matches the given parameters (ignoring case).
userId(String) - Method in interface org.flowable.idm.api.PrivilegeQuery
Only select Privileges with the given user id.
userId(String) - Method in interface org.flowable.idm.api.TokenQuery
Only select Tokens with the given user id.
userId(String) - Method in interface org.flowable.idm.api.UserBaseQuery
Only select Users with the given id/
userIdIgnoreCase(String) - Method in interface org.flowable.idm.api.UserBaseQuery
Only select Users with the given id (ignoring case) /
userIdLike(String) - Method in interface org.flowable.idm.api.TokenQuery
Only select Tokens where the user id matches the given parameter.
userIds(List<String>) - Method in interface org.flowable.idm.api.UserBaseQuery
Only select Users with the given ids/
userLastName(String) - Method in interface org.flowable.idm.api.UserBaseQuery
Only select Users with the given lastName.
userLastNameLike(String) - Method in interface org.flowable.idm.api.UserBaseQuery
Only select Users where the last name matches the given parameter.
userLastNameLikeIgnoreCase(String) - Method in interface org.flowable.idm.api.UserBaseQuery
Only select Users where the last name matches the given parameter (ignoring case).
UserQuery - Interface in org.flowable.idm.api
Allows programmatic querying of User
UserQueryProperty - Class in org.flowable.idm.api
Contains the possible properties that can be used by the UserQuery.
UserQueryProperty(String) - Constructor for class org.flowable.idm.api.UserQueryProperty
 

V

valueOf(String) - Static method in enum org.flowable.idm.api.event.FlowableIdmEventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.flowable.idm.api.event.FlowableIdmEventType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G I L M N O P S T U V 
Skip navigation links

Copyright © 2018 Flowable. All rights reserved.