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