Uses of Class
org.glassfish.api.admin.AccessRequired.AccessCheck
-
Packages that use AccessRequired.AccessCheck Package Description org.glassfish.api.admin Admin commands in GlassFish -
-
Uses of AccessRequired.AccessCheck in org.glassfish.api.admin
Methods in org.glassfish.api.admin that return types with arguments of type AccessRequired.AccessCheck Modifier and Type Method Description Collection<? extends AccessRequired.AccessCheck>AdminCommandSecurity.AccessCheckProvider. getAccessChecks()Returns theAccessChecks the command has computed at runtime which should be included in the authorization, added to checks that secure admin infers from the command's CRUD or RestEndpoint characteristics orAccessRequiredannotations.Method parameters in org.glassfish.api.admin with type arguments of type AccessRequired.AccessCheck Modifier and Type Method Description static <U> Collection<U>AccessRequired.AccessCheck. relatedObjects(Collection<AccessRequired.AccessCheck<U>> accessChecks)Returns an immutable collection of the related objects associated with all of the specified access checks provided that the associated access check was successful.static <U> Collection<U>AccessRequired.AccessCheck. relatedObjects(Collection<AccessRequired.AccessCheck<U>> accessChecks, boolean successfulOnly)Returns an immutable collection of the related objects associated with all of the specified access checks, regardless of whether the access was granted for each.
-