Uses of Class
com.avoka.tm.security.OAuth2Authenticator
-
Uses of OAuth2Authenticator in com.avoka.tm.security
Modifier and TypeMethodDescriptionOAuth2Authenticator.setAuthUri
(String authUri) Sets the authUri String propertyOAuth2Authenticator.setClientId
(String clientId) Sets the clientId String propertyOAuth2Authenticator.setClientSecret
(String clientSecret) Sets the clientSecret String propertyOAuth2Authenticator.setExtraParamName
(String paramName) Sets the extra param name which will be appended to the redirect URLOAuth2Authenticator.setExtraParamValue
(String paramValue) Sets the param value, the extra param value which will be appended to the redirect URLOAuth2Authenticator.setRedirectUri
(String redirectUri) Sets the redirectUri String propertySets the scope String propertyOAuth2Authenticator.setTokenUrl
(String tokenUri) Sets the tokenUri String propertyOAuth2Authenticator.setUserInfoUri
(String userInfoUri) Sets the userInfoUri String propertyOAuth2Authenticator.setValidateUri
(String validateUri) Sets the validateUri String property