Uses of Class
io.helidon.security.AuthorizationResponse
-
Packages that use AuthorizationResponse Package Description io.helidon.security Securityio.helidon.security.providers.abac Attribute based access control (ABAC) security provider.io.helidon.security.spi Security component's SPI. -
-
Uses of AuthorizationResponse in io.helidon.security
Methods in io.helidon.security that return AuthorizationResponse Modifier and Type Method Description static AuthorizationResponse
AuthorizationResponse. abstain()
This provider is not capable of making a decision about the resource (e.g.AuthorizationResponse
SecurityContext. authorize(Object... resource)
Authorize access to a resource (or more resources) based on current environment and endpoint configuration.AuthorizationResponse
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.Methods in io.helidon.security that return types with arguments of type AuthorizationResponse Modifier and Type Method Description SecurityClientBuilder<AuthorizationResponse>
SecurityContext. atzClientBuilder()
Authorization client builder to use for programmatic authorization. -
Uses of AuthorizationResponse in io.helidon.security.providers.abac
Methods in io.helidon.security.providers.abac that return AuthorizationResponse Modifier and Type Method Description protected AuthorizationResponse
AbacProvider. syncAuthorize(ProviderRequest providerRequest)
-
Uses of AuthorizationResponse in io.helidon.security.spi
Methods in io.helidon.security.spi that return AuthorizationResponse Modifier and Type Method Description protected AuthorizationResponse
SynchronousProvider. syncAuthorize(ProviderRequest providerRequest)
Synchronous authorization.Methods in io.helidon.security.spi that return types with arguments of type AuthorizationResponse Modifier and Type Method Description CompletionStage<AuthorizationResponse>
AuthorizationProvider. authorize(ProviderRequest context)
Authorize a request based on configuration.CompletionStage<AuthorizationResponse>
SynchronousProvider. authorize(ProviderRequest providerRequest)
Authorize a request based on configuration.
-