public class AuthorizeRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
List<io.confluent.security.authorizer.Action> |
actions |
String |
host |
String |
userPrincipal |
| Constructor and Description |
|---|
AuthorizeRequest(String userPrincipal,
String host,
List<io.confluent.security.authorizer.Action> actions) |