| Class |
Description |
|
DefaultPostAuthenticationChecks
|
Copy of the private class in AbstractUserDetailsAuthenticationProvider
to make subclassing or replacement easier. |
|
DefaultPreAuthenticationChecks
|
Copy of the private class in AbstractUserDetailsAuthenticationProvider
to make subclassing or replacement easier. |
|
GormUserDetailsService
|
Default implementation of GrailsUserDetailsService that uses
domain classes to load users and roles. |
|
GrailsUser
|
Extends the default Spring Security user class to contain the ID for efficient lookup
of the domain class from the Authentication. |
|
NoStackUsernameNotFoundException
|
Lightweight exception that avoids the cost of filling in the stack frames. |