| Package | Description |
|---|---|
| org.onosproject.security.store |
Security-Mode ONOS distributed store.
|
| Modifier and Type | Field and Description |
|---|---|
protected SecurityModeState |
SecurityInfo.state |
| Modifier and Type | Method and Description |
|---|---|
SecurityModeState |
SecurityInfo.getState() |
SecurityModeState |
SecurityModeStore.getState(org.onosproject.core.ApplicationId appId)
Returns state of the specified application.
|
SecurityModeState |
DistributedSecurityModeStore.getState(org.onosproject.core.ApplicationId appId) |
static SecurityModeState |
SecurityModeState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityModeState[] |
SecurityModeState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SecurityInfo(Set<org.onosproject.security.Permission> perms,
SecurityModeState state) |
Copyright © 2016. All rights reserved.