Uses of Enum
org.wildfly.security.http.oidc.Oidc.TokenStore
-
Uses of Oidc.TokenStore in org.wildfly.security.http.oidc
Fields in org.wildfly.security.http.oidc declared as Oidc.TokenStoreMethods in org.wildfly.security.http.oidc that return Oidc.TokenStoreModifier and TypeMethodDescriptionOidcClientConfiguration.getTokenStore()OidcClientContext.OidcClientConfigurationDelegate.getTokenStore()static Oidc.TokenStoreReturns the enum constant of this type with the specified name.static Oidc.TokenStore[]Oidc.TokenStore.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.security.http.oidc with parameters of type Oidc.TokenStoreModifier and TypeMethodDescriptionvoidOidcClientConfiguration.setTokenStore(Oidc.TokenStore tokenStore) voidOidcClientContext.OidcClientConfigurationDelegate.setTokenStore(Oidc.TokenStore tokenStore)