Index
All Classes and Interfaces|All Packages|Serialized Form
A
- additionalAuthenticationChecks(UserDetails, UsernamePasswordAuthenticationToken) - Method in class org.flowable.spring.security.FlowableAuthenticationProvider
C
- create(List<Group>) - Static method in class org.flowable.spring.security.GroupDetails
- create(Group) - Static method in class org.flowable.spring.security.GroupDetails
- create(User) - Static method in class org.flowable.spring.security.UserDto
- createFlowableUser(User) - Method in class org.flowable.spring.security.FlowableUserDetailsService
D
- displayName - Variable in class org.flowable.spring.security.UserDto
E
- email - Variable in class org.flowable.spring.security.UserDto
- eraseCredentials() - Method in class org.flowable.spring.security.FlowableUser
F
- firstName - Variable in class org.flowable.spring.security.UserDto
- FlowableAuthenticationProvider - Class in org.flowable.spring.security
-
A flowable implementation of
AuthenticationProviderthat uses theIdmIdentityServiceandUserDetailsServiceto check the user credentials and and load the user. - FlowableAuthenticationProvider(IdmIdentityService, UserDetailsService) - Constructor for class org.flowable.spring.security.FlowableAuthenticationProvider
- FlowableUser - Class in org.flowable.spring.security
-
A flowable implementation of
UserDetails. - FlowableUser(User, boolean, List<? extends Group>, Collection<? extends GrantedAuthority>) - Constructor for class org.flowable.spring.security.FlowableUser
- FlowableUser(User, boolean, List<? extends Group>, List<? extends Privilege>, Collection<? extends GrantedAuthority>) - Constructor for class org.flowable.spring.security.FlowableUser
-
Deprecated.
- FlowableUser(User, String, boolean, List<? extends Group>, Collection<? extends GrantedAuthority>) - Constructor for class org.flowable.spring.security.FlowableUser
- FlowableUserDetails - Interface in org.flowable.spring.security
-
Provides core user information within a Flowable application.
- FlowableUserDetailsService - Class in org.flowable.spring.security
-
UserDetailsprovider that uses theIdmIdentityServiceto load users. - FlowableUserDetailsService(IdmIdentityService) - Constructor for class org.flowable.spring.security.FlowableUserDetailsService
G
- getAuthenticatedUserId() - Method in class org.flowable.spring.security.SpringSecurityAuthenticationContext
- getDisplayName() - Method in class org.flowable.spring.security.UserDto
- getEmail() - Method in class org.flowable.spring.security.UserDto
- getFirstName() - Method in class org.flowable.spring.security.UserDto
- getGroups() - Method in class org.flowable.spring.security.FlowableUser
- getGroups() - Method in interface org.flowable.spring.security.FlowableUserDetails
-
The groups of the Flowable IDM User.
- getId() - Method in class org.flowable.spring.security.GroupDetails
- getId() - Method in class org.flowable.spring.security.UserDto
- getLastName() - Method in class org.flowable.spring.security.UserDto
- getName() - Method in class org.flowable.spring.security.GroupDetails
- getPassword() - Method in class org.flowable.spring.security.UserDto
- getPrincipal() - Method in class org.flowable.spring.security.SpringSecurityAuthenticationContext
- getPrivileges() - Method in class org.flowable.spring.security.FlowableUser
-
Deprecated.use
User.getAuthorities()instead - getTenantId() - Method in class org.flowable.spring.security.UserDto
- getType() - Method in class org.flowable.spring.security.GroupDetails
- getUser() - Method in class org.flowable.spring.security.FlowableUser
- getUser() - Method in interface org.flowable.spring.security.FlowableUserDetails
-
The user object containing the information for the Flowable IDM User.
- GroupDetails - Class in org.flowable.spring.security
-
An immutable serializable implementation of
Group - GroupDetails(String, String, String) - Constructor for class org.flowable.spring.security.GroupDetails
- groups - Variable in class org.flowable.spring.security.FlowableUser
I
- id - Variable in class org.flowable.spring.security.GroupDetails
- id - Variable in class org.flowable.spring.security.UserDto
- identityService - Variable in class org.flowable.spring.security.FlowableUserDetailsService
- idmIdentityService - Variable in class org.flowable.spring.security.FlowableAuthenticationProvider
- isPictureSet() - Method in class org.flowable.spring.security.UserDto
L
- lastName - Variable in class org.flowable.spring.security.UserDto
- loadUserByUsername(String) - Method in class org.flowable.spring.security.FlowableUserDetailsService
N
- name - Variable in class org.flowable.spring.security.GroupDetails
O
- org.flowable.spring.security - package org.flowable.spring.security
P
- password - Variable in class org.flowable.spring.security.UserDto
- privileges - Variable in class org.flowable.spring.security.FlowableUser
R
- retrieveUser(String, UsernamePasswordAuthenticationToken) - Method in class org.flowable.spring.security.FlowableAuthenticationProvider
S
- setDisplayName(String) - Method in class org.flowable.spring.security.UserDto
- setEmail(String) - Method in class org.flowable.spring.security.UserDto
- setFirstName(String) - Method in class org.flowable.spring.security.UserDto
- setId(String) - Method in class org.flowable.spring.security.GroupDetails
- setId(String) - Method in class org.flowable.spring.security.UserDto
- setLastName(String) - Method in class org.flowable.spring.security.UserDto
- setName(String) - Method in class org.flowable.spring.security.GroupDetails
- setPassword(String) - Method in class org.flowable.spring.security.UserDto
- setPrincipal(Principal) - Method in class org.flowable.spring.security.SpringSecurityAuthenticationContext
- setTenantId(String) - Method in class org.flowable.spring.security.UserDto
- setType(String) - Method in class org.flowable.spring.security.GroupDetails
- SpringSecurityAuthenticationContext - Class in org.flowable.spring.security
-
A default Spring Security
AuthenticationContextimplementation that usesSecurityContextHolderandSecurityContextto provide the information. - SpringSecurityAuthenticationContext() - Constructor for class org.flowable.spring.security.SpringSecurityAuthenticationContext
T
- tenantId - Variable in class org.flowable.spring.security.UserDto
- type - Variable in class org.flowable.spring.security.GroupDetails
U
- user - Variable in class org.flowable.spring.security.FlowableUser
- userDetailsService - Variable in class org.flowable.spring.security.FlowableAuthenticationProvider
- UserDto - Class in org.flowable.spring.security
-
An immutable serializable implementation of
User. - UserDto(String, String, String, String, String, String, String) - Constructor for class org.flowable.spring.security.UserDto
All Classes and Interfaces|All Packages|Serialized Form
FlowableUser(User, boolean, List, Collection)instead