public class AuthorizationContext extends Object
Constructor and Description |
---|
AuthorizationContext() |
Modifier and Type | Method and Description |
---|---|
void |
changeUserInformation(UserInformation userInformation)
Change the user information to the provided user information
|
CallbackHandler |
getCallbackHandler() |
Map<String,Object> |
getContext() |
AuthorizationRequest |
getRequest() |
void |
setCallbackHandler(CallbackHandler callbackHandler) |
void |
setRequest(AuthorizationRequest request) |
String |
toString() |
public void setCallbackHandler(CallbackHandler callbackHandler)
public CallbackHandler getCallbackHandler()
public void setRequest(AuthorizationRequest request)
public AuthorizationRequest getRequest()
public void changeUserInformation(UserInformation userInformation)
userInformation
- the new user informationCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.