public enum AuthProviderType extends java.lang.Enum<AuthProviderType>
| Enum Constant and Description |
|---|
ASG
Provider that uses credentials from ASG - UserManagement section
|
CONFIG
Provider that uses credentials from JSON config (pk-admin-api-authentication-config.json)
|
| Modifier and Type | Method and Description |
|---|---|
static AuthProviderType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuthProviderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthProviderType ASG
public static final AuthProviderType CONFIG
public static AuthProviderType[] values()
for (AuthProviderType c : AuthProviderType.values()) System.out.println(c);
public static AuthProviderType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2012-2023 anotheria.net. All Rights Reserved.