Uses of Class
io.helidon.security.Grant
-
Packages that use Grant Package Description io.helidon.security Security -
-
Uses of Grant in io.helidon.security
Subclasses of Grant in io.helidon.security Modifier and Type Class Description class
Role
A security role used in RBAC (role based access control) schemes.Methods in io.helidon.security with type parameters of type Grant Modifier and Type Method Description <T extends Grant>
List<T>Subject. grants(Class<T> grantType)
Get all grants of a specific type determined by type's class.Methods in io.helidon.security that return Grant Modifier and Type Method Description Grant
Grant.Builder. build()
Methods in io.helidon.security that return types with arguments of type Grant Modifier and Type Method Description List<Grant>
Subject. grantsByType(String grantType)
Get all grants of a specific type determined by type's name.Methods in io.helidon.security with parameters of type Grant Modifier and Type Method Description Subject.Builder
Subject.Builder. addGrant(Grant grant)
Add a grant to this subject.
-