@TideEnabled public class Identity extends Object
| Constructor and Description |
|---|
Identity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ifAllGranted(String authorities) |
boolean |
ifAnyGranted(String authorities) |
boolean |
ifNotGranted(String authorities) |
String |
isLoggedIn() |
public Identity()
public String isLoggedIn()
public boolean ifNotGranted(String authorities)
public boolean ifAllGranted(String authorities)
public boolean ifAnyGranted(String authorities)