public class AuthorizationContext
extends java.lang.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() |
java.util.Map<java.lang.String,java.lang.Object> |
getContext() |
AuthorizationRequest |
getRequest() |
void |
setCallbackHandler(CallbackHandler callbackHandler) |
void |
setRequest(AuthorizationRequest request) |
java.lang.String |
toString() |
public void setCallbackHandler(CallbackHandler callbackHandler)
public CallbackHandler getCallbackHandler()
public java.util.Map<java.lang.String,java.lang.Object> getContext()
public void setRequest(AuthorizationRequest request)
public AuthorizationRequest getRequest()
public void changeUserInformation(UserInformation userInformation)
userInformation - the new user informationpublic java.lang.String toString()
toString in class java.lang.Object
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0