Uses of Interface
io.helidon.security.util.AbacSupport
-
Packages that use AbacSupport Package Description io.helidon.microprofile.jwt.auth Implementation of Microprofile JWT Auth specification.io.helidon.security Securityio.helidon.security.util General utilities for security modules. -
-
Uses of AbacSupport in io.helidon.microprofile.jwt.auth
Classes in io.helidon.microprofile.jwt.auth that implement AbacSupport Modifier and Type Class Description class
JsonWebTokenImpl
Deprecated, for removal: This API element is subject to removal in a future version.this class will not be public in future versions of Helidon -
Uses of AbacSupport in io.helidon.security
Subinterfaces of AbacSupport in io.helidon.security Modifier and Type Interface Description interface
Principal
A security principal.Classes in io.helidon.security that implement AbacSupport Modifier and Type Class Description class
EndpointConfig
Each endpoint can have security configuration either statically declared (e.g.class
Grant
A concept representing anything that can be granted to a subject.class
ProviderRequest
A request sent to security providers.class
Role
A security role used in RBAC (role based access control) schemes.class
SecurityEnvironment
Security environment is a set of attributes that are stable for an interaction (usually a request in our case).class
Subject
A security subject, representing a user or a service.Methods in io.helidon.security with parameters of type AbacSupport Modifier and Type Method Description T
Grant.Builder. attributes(AbacSupport attribs)
Attributes of this grant.Subject.Builder
Subject.Builder. attributes(AbacSupport attributes)
Add all attributes to this subject. -
Uses of AbacSupport in io.helidon.security.util
Classes in io.helidon.security.util that implement AbacSupport Modifier and Type Class Description static class
AbacSupport.BasicAttributes
ImplementsAbacSupport
interface and supports adding attributes.Methods in io.helidon.security.util with parameters of type AbacSupport Modifier and Type Method Description static AbacSupport.BasicAttributes
AbacSupport.BasicAttributes. create(AbacSupport toCopy)
Create basic attributes that have all attributes of the toCopy.
-