| Package | Description |
|---|---|
| io.helidon.security |
Security
|
| Modifier and Type | Class and Description |
|---|---|
class |
Role
A security role used in RBAC (role based access control) schemes.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Grant> |
Subject.grants(Class<T> grantType)
Get all grants of a specific type determined by type's class.
|
| Modifier and Type | Method and Description |
|---|---|
Grant |
Grant.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Grant> |
Subject.grantsByType(String grantType)
Get all grants of a specific type determined by type's name.
|
| Modifier and Type | Method and Description |
|---|---|
Subject.Builder |
Subject.Builder.addGrant(Grant grant)
Add a grant to this subject.
|
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.