Uses of Interface
org.uberfire.security.authz.AuthorizationCheck
-
Packages that use AuthorizationCheck Package Description org.uberfire.security.authz org.uberfire.security.impl.authz -
-
Uses of AuthorizationCheck in org.uberfire.security.authz
Classes in org.uberfire.security.authz with type parameters of type AuthorizationCheck Modifier and Type Interface Description interfaceAuthorizationCheck<C extends AuthorizationCheck>A security check executed over a resource or permission.Subinterfaces of AuthorizationCheck in org.uberfire.security.authz Modifier and Type Interface Description interfacePermissionCheckA check executed over aPermissioninstance.interfaceResourceCheck<C extends ResourceCheck>A security check executed over aResourceinstance. -
Uses of AuthorizationCheck in org.uberfire.security.impl.authz
Classes in org.uberfire.security.impl.authz that implement AuthorizationCheck Modifier and Type Class Description classPermissionCheckImplA check executed over aPermissioninstance.classResourceCheckImpl<C extends ResourceCheckImpl>Methods in org.uberfire.security.impl.authz that return AuthorizationCheck Modifier and Type Method Description AuthorizationCheckPermissionCheckImpl. denied(org.uberfire.mvp.Command onDenied)AuthorizationCheckPermissionCheckImpl. granted(org.uberfire.mvp.Command onGranted)
-