public interface SecurityContext
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthType() |
String |
getRemoteUser() |
Principal |
getUserPrincipal() |
boolean |
isAuthenticated() |
boolean |
isSecure() |
boolean |
isUserInRole(String roleName) |
boolean isSecure()
boolean isAuthenticated()
String getAuthType()
String getRemoteUser()
Principal getUserPrincipal()
boolean isUserInRole(String roleName)
roleName - the role nameCopyright © 2003-2021 GateIn. All Rights Reserved.