| Package | Description |
|---|---|
| org.glassfish.api.admin |
Admin commands in GlassFish
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends AccessRequired.AccessCheck> |
AdminCommandSecurity.AccessCheckProvider.getAccessChecks()
Returns the
AccessChecks 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
or AccessRequired annotations. |
| Modifier and Type | Method and 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.
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.