public interface RealmPermissionEvaluator
Modifier and Type | Method and Description |
---|---|
boolean |
canListRealms() |
boolean |
canManageAuthorization() |
boolean |
canManageEvents() |
boolean |
canManageIdentityProviders() |
boolean |
canManageRealm() |
boolean |
canViewAuthorization() |
boolean |
canViewEvents() |
boolean |
canViewIdentityProviders() |
boolean |
canViewRealm() |
void |
requireManageAuthorization() |
void |
requireManageEvents() |
void |
requireManageIdentityProviders() |
void |
requireManageRealm() |
void |
requireViewAuthenticationFlows() |
void |
requireViewAuthorization() |
void |
requireViewClientAuthenticatorProviders() |
void |
requireViewEvents() |
void |
requireViewIdentityProviders() |
void |
requireViewRealm() |
void |
requireViewRealmNameList() |
void |
requireViewRequiredActions() |
boolean canListRealms()
void requireViewRealmNameList()
boolean canManageRealm()
void requireManageRealm()
boolean canViewRealm()
void requireViewRealm()
boolean canManageIdentityProviders()
boolean canViewIdentityProviders()
void requireViewIdentityProviders()
void requireManageIdentityProviders()
boolean canManageAuthorization()
boolean canViewAuthorization()
void requireManageAuthorization()
void requireViewAuthorization()
boolean canManageEvents()
void requireManageEvents()
boolean canViewEvents()
void requireViewEvents()
void requireViewRequiredActions()
void requireViewAuthenticationFlows()
void requireViewClientAuthenticatorProviders()
Copyright © 2021 JBoss by Red Hat. All rights reserved.