public static class SessionManager.Session extends Object
| Constructor and Description |
|---|
Session() |
| Modifier and Type | Method and Description |
|---|---|
void |
authorize() |
void |
clear() |
void |
clearCredentials() |
long |
getLastUse() |
Map<String,String> |
getUserAttributes() |
String |
getUserName() |
boolean |
isAuthorized() |
boolean |
isPreAuthorized() |
void |
preAuthorize(String userName,
Map<String,String> userAttributes) |
void |
touch() |
public boolean isAuthorized()
public boolean isPreAuthorized()
public void clear()
public void authorize()
public void touch()
public long getLastUse()
public String getUserName()
public void clearCredentials()
Copyright © 2021. All Rights Reserved.