Class AuthenticateUserMapper
java.lang.Object
com.almis.awe.model.util.security.mapper.mapper.AuthenticateUserMapper
Mapper class to retrieve user info
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getUserFromAuthentication
(org.springframework.security.core.Authentication authenticationUserInfo) Retrieve username from authentication info
-
Method Details
-
getUserFromAuthentication
public static String getUserFromAuthentication(org.springframework.security.core.Authentication authenticationUserInfo) Retrieve username from authentication info- Parameters:
authenticationUserInfo
- authentication info- Returns:
- username
-