Uses of Class
com.wavefront.agent.auth.TokenValidationMethod
-
Packages that use TokenValidationMethod Package Description com.wavefront.agent com.wavefront.agent.auth -
-
Uses of TokenValidationMethod in com.wavefront.agent
Methods in com.wavefront.agent that return TokenValidationMethod Modifier and Type Method Description TokenValidationMethod
ProxyConfig.TokenValidationMethodConverter. convert(String value)
TokenValidationMethod
ProxyConfig. getAuthMethod()
-
Uses of TokenValidationMethod in com.wavefront.agent.auth
Methods in com.wavefront.agent.auth that return TokenValidationMethod Modifier and Type Method Description static TokenValidationMethod
TokenValidationMethod. fromString(String name)
static TokenValidationMethod
TokenValidationMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static TokenValidationMethod[]
TokenValidationMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.wavefront.agent.auth with parameters of type TokenValidationMethod Modifier and Type Method Description TokenAuthenticatorBuilder
TokenAuthenticatorBuilder. setTokenValidationMethod(TokenValidationMethod tokenValidationMethod)
-