public class AuthorizationRequest extends Object
Constructor and Description |
---|
AuthorizationRequest(String objectType,
String objectId,
String action,
UserInformation userInformation,
Map<String,Object> context) |
Modifier and Type | Method and Description |
---|---|
static AuthorizationRequest |
changeUser(AuthorizationRequest request,
UserInformation userInformation) |
String |
getAction() |
Map<String,Object> |
getContext() |
String |
getObjectId() |
String |
getObjectType() |
UserInformation |
getUserInformation() |
String |
toString() |
public String getAction()
public String getObjectId()
public String getObjectType()
public UserInformation getUserInformation()
public static AuthorizationRequest changeUser(AuthorizationRequest request, UserInformation userInformation)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.