Uses of Class
de.fraunhofer.iosb.ilt.frostclient.utils.TokenManagerOpenIDConnect
Packages that use TokenManagerOpenIDConnect
-
Uses of TokenManagerOpenIDConnect in de.fraunhofer.iosb.ilt.frostclient.utils
Methods in de.fraunhofer.iosb.ilt.frostclient.utils that return TokenManagerOpenIDConnectModifier and TypeMethodDescriptionTokenManagerOpenIDConnect.setAutoRefresh(boolean autoRefresh) Turns autoRefresh on or off.TokenManagerOpenIDConnect.setClientId(String clientId) The clientId to use for fetching tokens.TokenManagerOpenIDConnect.setHttpClient(org.apache.http.impl.client.CloseableHttpClient client) Set the HTTP client this TokenManager uses to fetch tokens.TokenManagerOpenIDConnect.setKeyType(String keyType) The type of public key (RSA or DSA).TokenManagerOpenIDConnect.setPassword(String password) Set the password to use for getting Tokens.TokenManagerOpenIDConnect.setRefreshExpireDuration(int refreshExpireDuration) Set the expire duration of the refresh token.TokenManagerOpenIDConnect.setRefreshToken(String refreshToken) Set a refreshToken.TokenManagerOpenIDConnect.setSigningKey(String signingKey) The public key to use for validating the token signature.TokenManagerOpenIDConnect.setTokenServerUrl(String tokenServerUrl) Set the URL to fetch tokens from.TokenManagerOpenIDConnect.setUserName(String userName) Set the username to use for getting Tokens.