public static enum APIMIntegrationConstants.ResourceAuthTypes extends Enum<APIMIntegrationConstants.ResourceAuthTypes>
| Enum Constant and Description |
|---|
APPLICATION |
APPLICATION_AND_APPLICATION_USER |
APPLICATION_USER |
NONE |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthType() |
static APIMIntegrationConstants.ResourceAuthTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIMIntegrationConstants.ResourceAuthTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIMIntegrationConstants.ResourceAuthTypes APPLICATION_USER
public static final APIMIntegrationConstants.ResourceAuthTypes NONE
public static final APIMIntegrationConstants.ResourceAuthTypes APPLICATION
public static final APIMIntegrationConstants.ResourceAuthTypes APPLICATION_AND_APPLICATION_USER
public static APIMIntegrationConstants.ResourceAuthTypes[] values()
for (APIMIntegrationConstants.ResourceAuthTypes c : APIMIntegrationConstants.ResourceAuthTypes.values()) System.out.println(c);
public static APIMIntegrationConstants.ResourceAuthTypes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getAuthType()
Copyright © 2020 WSO2 Inc. All rights reserved.