public static interface AdminCommandSecurity.AccessCheckProvider
getAccessChecks method after it has injected @Inject
and @Param fields and after it has invoked any @PostConstruct
methods. The getAccessChecks method returns one or more AccessCheck
objects, indicating additional authorization checking that secure
admin should perform beyond what is triggered by the annotations.| Modifier and Type | Method and Description |
|---|---|
Collection<? extends AccessRequired.AccessCheck> |
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. |
Collection<? extends AccessRequired.AccessCheck> getAccessChecks()
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.AccessChecksCopyright © 2017–2020 Eclipse Foundation. All rights reserved.