| Class | Description |
|---|---|
| CachingUserRoleListServiceDecorator |
Caching Decorator for an IUserRoleListService.
|
| ChainedUserDetailsService |
This class contains a list of UserDetailsService objects.
|
| CompositeUserRoleListService |
This class delgates calls to a configured list of IUserRoleListService delegates.
|
| ExtraRolesUserRoleListServiceDecorator |
Decorates another
IUserRoleListService and returns a merged list consisting of the original roles from
IUserRoleListService.getAllRoles() plus the extra roles. |
| NotFoundUserDetails | |
| PentahoCachingUserDetailsService |
User: nbaker Date: 8/7/13
Copy of the org.springframework.security.config.CachingUserDetailsService for modification due to poor extensibility
of core class.
|
| SecuritySystemListener |
This listener ensures that the Authentication system has been loaded.
|
| TenantAwareUserDetailsServiceDecorator |
User: nbaker Date: 8/1/13
|
| Enum | Description |
|---|---|
| CompositeUserRoleListService.STRATEGY |