| Package | Description |
|---|---|
| net.bluemind.system.api | |
| net.bluemind.system.service |
| Modifier and Type | Field and Description |
|---|---|
ExternalSystem.AuthKind |
ExternalSystem.authKind |
| Modifier and Type | Method and Description |
|---|---|
static ExternalSystem.AuthKind |
ExternalSystem.AuthKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExternalSystem.AuthKind[] |
ExternalSystem.AuthKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ExternalSystem(java.lang.String identifier,
java.lang.String description,
ExternalSystem.AuthKind authKind) |
| Constructor and Description |
|---|
RegisteredExternalSystem(java.lang.String identifier,
java.lang.String description,
ExternalSystem.AuthKind authKind) |
Copyright © 2021. All Rights Reserved.