public interface AuthenticatedUser
| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String | getUserName() | Get user name. | 
| java.security.Principal | getUserPrincipal() | Get user principal object. | 
| boolean | isUserInRole(java.lang.String role) | Check if user in specified role. | 
java.lang.String getUserName()
java.security.Principal getUserPrincipal()
boolean isUserInRole(java.lang.String role)
role - Role.