public interface TemplateUserService
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
getAuthentication()
returns the authentication object
|
Object |
getUserDetails()
returns user details object
|
String |
getUserName()
should return the user name
|
Object |
getUserPrincipal()
retunrs the principal
|
boolean |
isAnonymous()
returns if user is not logged in
|
org.springframework.security.core.Authentication getAuthentication()
String getUserName()
Object getUserDetails()
Object getUserPrincipal()
boolean isAnonymous()
Copyright © 2016–2018. All rights reserved.