Uses of Class
com.wavefront.agent.auth.TokenAuthenticatorBuilder
-
Packages that use TokenAuthenticatorBuilder Package Description com.wavefront.agent.auth -
-
Uses of TokenAuthenticatorBuilder in com.wavefront.agent.auth
Methods in com.wavefront.agent.auth that return TokenAuthenticatorBuilder Modifier and Type Method Description static TokenAuthenticatorBuilder
TokenAuthenticatorBuilder. create()
TokenAuthenticatorBuilder
TokenAuthenticatorBuilder. setAuthResponseMaxTtl(int authResponseMaxTtl)
TokenAuthenticatorBuilder
TokenAuthenticatorBuilder. setAuthResponseRefreshInterval(int authResponseRefreshInterval)
TokenAuthenticatorBuilder
TokenAuthenticatorBuilder. setHttpClient(org.apache.http.client.HttpClient httpClient)
TokenAuthenticatorBuilder
TokenAuthenticatorBuilder. setStaticToken(String staticToken)
TokenAuthenticatorBuilder
TokenAuthenticatorBuilder. setTokenIntrospectionAuthorizationHeader(String tokenIntrospectionAuthorizationHeader)
TokenAuthenticatorBuilder
TokenAuthenticatorBuilder. setTokenIntrospectionServiceUrl(String tokenIntrospectionServiceUrl)
TokenAuthenticatorBuilder
TokenAuthenticatorBuilder. setTokenValidationMethod(TokenValidationMethod tokenValidationMethod)
-