| Modifier and Type | Field and Description |
|---|---|
static DefaultAction |
DefaultAction.ALLOW
Static value Allow for DefaultAction.
|
static DefaultAction |
DefaultAction.DENY
Static value Deny for DefaultAction.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultAction |
DefaultAction.fromString(String name)
Creates or finds a DefaultAction from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<DefaultAction> |
DefaultAction.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/