| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.events.security | |
| com.qeagle.devtools.protocol.types.network | |
| com.qeagle.devtools.protocol.types.security |
| Modifier and Type | Method and Description |
|---|---|
SecurityState |
SecurityStateChanged.getSecurityState()
Security state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityStateChanged.setSecurityState(SecurityState securityState)
Security state.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityState |
Response.getSecurityState()
Security state of the request resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Response.setSecurityState(SecurityState securityState)
Security state of the request resource.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityState |
InsecureContentStatus.getDisplayedInsecureContentStyle()
Deprecated.
Always set to unknown.
|
SecurityState |
InsecureContentStatus.getRanInsecureContentStyle()
Deprecated.
Always set to unknown.
|
SecurityState |
SecurityStateExplanation.getSecurityState()
Security state representing the severity of the factor being explained.
|
static SecurityState |
SecurityState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityState[] |
SecurityState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InsecureContentStatus.setDisplayedInsecureContentStyle(SecurityState displayedInsecureContentStyle)
Deprecated.
Always set to unknown.
|
void |
InsecureContentStatus.setRanInsecureContentStyle(SecurityState ranInsecureContentStyle)
Deprecated.
Always set to unknown.
|
void |
SecurityStateExplanation.setSecurityState(SecurityState securityState)
Security state representing the severity of the factor being explained.
|
Copyright © 2020. All rights reserved.