| Package | Description |
|---|---|
| ca.uhn.fhir.rest.server.interceptor.auth |
| Modifier and Type | Method and Description |
|---|---|
PolicyEnum |
AuthorizationInterceptor.Verdict.getDecision() |
PolicyEnum |
AuthorizationInterceptor.getDefaultPolicy()
The default policy if no rules have been found to apply.
|
static PolicyEnum |
PolicyEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyEnum[] |
PolicyEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationInterceptor.setDefaultPolicy(PolicyEnum theDefaultPolicy)
The default policy if no rules have been found to apply.
|
| Constructor and Description |
|---|
AuthorizationInterceptor(PolicyEnum theDefaultPolicy)
Constructor
|
Verdict(PolicyEnum theDecision,
IAuthRule theDecidingRule) |
Copyright © 2014–2017 University Health Network. All rights reserved.