- bropen.grails.web.session.springsecurityrest.SessionTokenStorageService
-
-
Methods Summary
Methods
| Type |
Name and description |
org.springframework.security.core.userdetails.UserDetails |
loadUserByToken(String tokenValue)
|
void |
removeToken(String tokenValue)
|
void |
storeToken(String tokenValue, org.springframework.security.core.userdetails.UserDetails principal)
|
-
Inherited Methods Summary
Inherited Methods
| Methods inherited from class |
Name |
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |
-
-
Method Detail
-
@Overridede
public
public org.springframework.security.core.userdetails.UserDetails loadUserByToken(String tokenValue)
-
@Overridede
public
public void removeToken(String tokenValue)
-
@Overridede
public
public void storeToken(String tokenValue, org.springframework.security.core.userdetails.UserDetails principal)
- Summary:
- Nested
- Field
- Constructor
- Method
- | Detail:
- Field
- Constructor
- Method
BROPEN Documentation, 2020-04-21 10:50