Uses of Class
io.helidon.security.AuthorizationResponse
Package
Description
Security
Attribute based access control (ABAC) security provider.
Security component's SPI.
-
Uses of AuthorizationResponse in io.helidon.security
Modifier and TypeMethodDescriptionstatic AuthorizationResponse
AuthorizationResponse.abstain()
This provider is not capable of making a decision about the resource (e.g.Authorize access to a resource (or more resources) based on current environment and endpoint configuration.AuthorizationResponse.Builder.build()
Create a new authorization response based on this builder.static AuthorizationResponse
AuthorizationResponse.deny()
Deny the request.static AuthorizationResponse
AuthorizationResponse.permit()
Permit the request.Modifier and TypeMethodDescriptionSecurityContext.atzClientBuilder()
Authorization client builder to use for programmatic authorization. -
Uses of AuthorizationResponse in io.helidon.security.providers.abac
-
Uses of AuthorizationResponse in io.helidon.security.spi
Modifier and TypeMethodDescriptionAuthorizationProvider.authorize
(ProviderRequest context) Authorize a request based on configuration.