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
AccessCheck s 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()
AccessCheck
s 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.AccessCheck
sCopyright © 2019. All rights reserved.