public class SenderAuthorization extends Object
| Constructor and Description |
|---|
SenderAuthorization() |
| Modifier and Type | Method and Description |
|---|---|
String |
action()
Get the permissible actions.
|
String |
role()
Get the role of the user.
|
String |
scope()
Get the scope.
|
SenderAuthorization |
withAction(String action)
Set the permissible actions.
|
SenderAuthorization |
withRole(String role)
Set the role of the user.
|
SenderAuthorization |
withScope(String scope)
Set the scope.
|
public String action()
public SenderAuthorization withAction(String action)
action - the action value to setpublic String role()
public SenderAuthorization withRole(String role)
role - the role value to setpublic String scope()
public SenderAuthorization withScope(String scope)
scope - the scope value to setCopyright © 2019. All rights reserved.