- java.lang.Object
-
- io.helidon.security.Grant.Builder<Role.Builder>
-
- io.helidon.security.Role.Builder
-
- Enclosing class:
- Role
public static final class Role.Builder extends Grant.Builder<Role.Builder>
A fluent API builder forRole
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Role
build()
Build the instance from this builder.-
Methods inherited from class io.helidon.security.Grant.Builder
addAttribute, attributes, name, origin, type
-
-
-
-
Method Detail
-
build
public Role build()
Description copied from interface:Builder
Build the instance from this builder.- Specified by:
build
in interfaceBuilder<Grant>
- Overrides:
build
in classGrant.Builder<Role.Builder>
- Returns:
- instance of the built type
-
-