|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuthenticationService
AuthenticationService interface. Provides methods to log in and out. If you are already logged in, you have to log out first and then log in again.
| Method Summary | |
|---|---|
void |
authenticate(org.springframework.security.core.Authentication auth)
Authenticate using the given Authentication object. |
org.springframework.security.core.Authentication |
getAuthenticationData()
After a login method has been called, or the user is authenticated in any other way, the authentication data object as constructed during the authentication process can be accessed using this method. |
String |
getUserName()
After the user has logged in, the user's name can be accessed using this method. |
| Method Detail |
|---|
void authenticate(org.springframework.security.core.Authentication auth)
auth - The Authentication object.org.springframework.security.core.Authentication getAuthenticationData()
String getUserName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||