Overview
Package
Class
Deprecated
Index
Help
Groovy Documentation
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
A
addNewUser
(User, List)
- Method in
LdapUserContextMapper
addRoleToUser
(Integer, Integer)
- Method in
SecurityService
addRoleToUser
(Integer, Integer)
- Method in
SecurityServiceImpl
addToRoles
(Role)
- Method in
User
AuthenticationConverter
- Interface in
org.devnull.security.converter
B
C
convert
(Authentication)
- Method in
AuthenticationConverter
convert
(Authentication)
- Method in
OpenIdAuthenticationTokenConverter
countUsers
()
- Method in
SecurityService
Count all of the users in the system
countUsers
()
- Method in
SecurityServiceImpl
createNewUser
(User, List)
- Method in
SecurityService
Create a new user with the given roles
createNewUser
(User, List)
- Method in
SecurityServiceImpl
D
deleteUser
(Integer)
- Method in
SecurityService
Delete the user from the system
deleteUser
(Integer)
- Method in
SecurityServiceImpl
E
F
findByName
(String)
- Method in
RoleDao
findByUserName
(String)
- Method in
SecurityService
Find a user with the matching username
findByUserName
(String)
- Method in
SecurityServiceImpl
findByUserName
(String)
- Method in
UserDao
findRoleByName
(String)
- Method in
SecurityService
Lookup an existing role by name
findRoleByName
(String)
- Method in
SecurityServiceImpl
G
getAuthorities
()
- Method in
User
getCurrentUser
()
- Method in
SecurityService
Locates the current logged in user.
getCurrentUser
()
- Method in
SecurityServiceImpl
getPassword
()
- Method in
User
getUsername
()
- Method in
User
H
I
isAccountNonExpired
()
- Method in
User
isAccountNonLocked
()
- Method in
User
isCredentialsNonExpired
()
- Method in
User
isEnabled
()
- Method in
User
J
K
L
LdapUserContextMapper
- Class in
org.devnull.security.spring
LdapUserContextMapper
(Map)
- Constructor in
LdapUserContextMapper
listRoles
()
- Method in
SecurityService
Find all of the roles in the system.
listRoles
()
- Method in
SecurityServiceImpl
listUsers
()
- Method in
SecurityService
Find all users in the system.
listUsers
()
- Method in
SecurityServiceImpl
loadUserByUsername
(String)
- Method in
OpenIdUserDetailsService
lookupCurrentUser
()
- Method in
SpringSecurityUserLookupStrategy
lookupCurrentUser
()
- Method in
UserLookupStrategy
M
mapUserFromContext
(DirContextOperations, String, Collection)
- Method in
LdapUserContextMapper
mapUserToContext
(UserDetails, DirContextAdapter)
- Method in
LdapUserContextMapper
N
O
onAuthenticationFailure
(HttpServletRequest, HttpServletResponse, AuthenticationException)
- Method in
OpenIdRegistrationHandler
OpenIdAuthenticationTokenConverter
- Class in
org.devnull.security.converter
OpenIdRegistrationHandler
- Class in
org.devnull.security.spring
OpenIdUserDetailsService
- Class in
org.devnull.security.spring
P
Q
R
reAuthenticate
(Authentication)
- Method in
OpenIdRegistrationHandler
reAuthenticateCurrentUser
()
- Method in
SpringSecurityUserLookupStrategy
reAuthenticateCurrentUser
()
- Method in
UserLookupStrategy
removeRoleFromUser
(Integer, Integer)
- Method in
SecurityService
Remove the given role from the given user's role collection.
removeRoleFromUser
(Integer, Integer)
- Method in
SecurityServiceImpl
Role
- Class in
org.devnull.security.model
RoleDao
- Interface in
org.devnull.security.dao
S
save
(User)
- Method in
UserDao
SecurityService
- Interface in
org.devnull.security.service
SecurityServiceImpl
- Class in
org.devnull.security.service
setId
(Long)
- Method in
User
Immutable once set
setUserName
(String)
- Method in
User
Immutable once set
SpringSecurityUserLookupStrategy
- Class in
org.devnull.security.config
T
U
updateCurrentUser
(Boolean)
- Method in
SecurityService
Save any changes to the authenticated user and optionally re-authenticate
updateCurrentUser
(Boolean)
- Method in
SecurityServiceImpl
User
- Class in
org.devnull.security.model
UserDao
- Interface in
org.devnull.security.dao
UserLookupStrategy
- Interface in
org.devnull.security.config
V
W
X
Y
Z
_
Groovy Documentation