Uses of Enum Class
org.keycloak.protocol.oidc.OIDCAdvancedConfigWrapper.TokenExchangeRefreshTokenEnabled
Packages that use OIDCAdvancedConfigWrapper.TokenExchangeRefreshTokenEnabled
-
Uses of OIDCAdvancedConfigWrapper.TokenExchangeRefreshTokenEnabled in org.keycloak.protocol.oidc
Methods in org.keycloak.protocol.oidc that return OIDCAdvancedConfigWrapper.TokenExchangeRefreshTokenEnabledModifier and TypeMethodDescriptionOIDCAdvancedConfigWrapper.getStandardTokenExchangeRefreshEnabled()
Returns the enum constant of this class with the specified name.OIDCAdvancedConfigWrapper.TokenExchangeRefreshTokenEnabled.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.protocol.oidc with parameters of type OIDCAdvancedConfigWrapper.TokenExchangeRefreshTokenEnabledModifier and TypeMethodDescriptionvoid
OIDCAdvancedConfigWrapper.setStandardTokenExchangeRefreshEnabled
(OIDCAdvancedConfigWrapper.TokenExchangeRefreshTokenEnabled enable)