| Package | Description |
|---|---|
| org.jboss.hal.meta | |
| org.jboss.hal.meta.security |
| Modifier and Type | Method and Description |
|---|---|
SecurityContext |
Metadata.getSecurityContext() |
| Constructor and Description |
|---|
Metadata(AddressTemplate template,
Supplier<SecurityContext> securityContext,
ResourceDescription description,
Capabilities capabilities) |
| Modifier and Type | Field and Description |
|---|---|
static SecurityContext |
SecurityContext.READ_ONLY
A security context with hardcoded permissions to read resources, write and execute operations are not allowed.
|
static SecurityContext |
SecurityContext.RWX
A security context with hardcoded permissions to read, write and execute any resource.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityContext |
SecurityContextDatabase.asMetadata(Document document) |
protected SecurityContext |
SecurityContextRegistry.lookupAddress(ResourceAddress address) |
| Modifier and Type | Method and Description |
|---|---|
Optional<SecurityContext> |
SecurityContextResolver.resolve(Constraint constraint) |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityContextRegistry.add(ResourceAddress address,
SecurityContext securityContext,
boolean recursive) |
Document |
SecurityContextDatabase.asDocument(ResourceAddress address,
SecurityContext securityContext) |
static AuthorisationDecision |
AuthorisationDecision.from(Environment environment,
SecurityContext securityContext) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.