public interface AuthorizePolicy
Modifier and Type | Interface and Description |
---|---|
static class |
AuthorizePolicy.BrokerUser |
static class |
AuthorizePolicy.NoMatchingRule |
static class |
AuthorizePolicy.PolicyType |
static class |
AuthorizePolicy.SuperUser |
Modifier and Type | Field and Description |
---|---|
static AuthorizePolicy.NoMatchingRule |
ALLOW_ON_NO_RULE |
static AuthorizePolicy.NoMatchingRule |
DENY_ON_NO_RULE |
static AuthorizePolicy.NoMatchingRule |
NO_MATCHING_RULE |
Modifier and Type | Method and Description |
---|---|
AuthorizePolicy.PolicyType |
policyType() |
static final AuthorizePolicy.NoMatchingRule ALLOW_ON_NO_RULE
static final AuthorizePolicy.NoMatchingRule DENY_ON_NO_RULE
static final AuthorizePolicy.NoMatchingRule NO_MATCHING_RULE
AuthorizePolicy.PolicyType policyType()