Uses of Interface
io.helidon.security.util.AbacSupport
Package
Description
Security
General utilities for security modules.
-
Uses of AbacSupport in io.helidon.security
Modifier and TypeClassDescriptionclass
Each endpoint can have security configuration either statically declared (e.g.class
A concept representing anything that can be granted to a subject.class
A request sent to security providers.final class
A security role used in RBAC (role based access control) schemes.class
Security environment is a set of attributes that are stable for an interaction (usually a request in our case).final class
A security subject, representing a user or a service.Modifier and TypeMethodDescriptionGrant.Builder.attributes
(AbacSupport attribs) Attributes of this grant.Subject.Builder.attributes
(AbacSupport attributes) Add all attributes to this subject. -
Uses of AbacSupport in io.helidon.security.util
Modifier and TypeClassDescriptionstatic class
ImplementsAbacSupport
interface and supports adding attributes.Modifier and TypeMethodDescriptionstatic AbacSupport.BasicAttributes
AbacSupport.BasicAttributes.create
(AbacSupport toCopy) Create basic attributes that have all attributes of the toCopy.