public interface UserSession
| Modifier and Type | Method and Description |
|---|---|
java.security.AccessControlContext |
getACC()
Return AccessControlContext for that session.
|
int |
getAuthenticationLevel()
Returns the trust level of the authorization mechanism used for logging in this user.
|
Authorization |
getAuthorization()
Returns the authorization context for the logged in user.
|
byte[] |
getSessionId()
Returns the identifier of this session in a form suitable for transfering it
over the network.
|
void |
logout()
Destroys the current user session.
|
Authorization getAuthorization()
byte[] getSessionId()
int getAuthenticationLevel()
void logout()
java.security.AccessControlContext getACC()
Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.