Uses of Class
org.wildfly.security.http.oidc.Oidc.TokenStore
-
Packages that use Oidc.TokenStore Package Description org.wildfly.security.http.oidc -
-
Uses of Oidc.TokenStore in org.wildfly.security.http.oidc
Fields in org.wildfly.security.http.oidc declared as Oidc.TokenStore Modifier and Type Field Description protected Oidc.TokenStoreOidcClientConfiguration. tokenStoreMethods in org.wildfly.security.http.oidc that return Oidc.TokenStore Modifier and Type Method Description Oidc.TokenStoreOidcClientConfiguration. getTokenStore()Oidc.TokenStoreOidcClientContext.OidcClientConfigurationDelegate. getTokenStore()static Oidc.TokenStoreOidc.TokenStore. valueOf(String name)Returns 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.TokenStore Modifier and Type Method Description voidOidcClientConfiguration. setTokenStore(Oidc.TokenStore tokenStore)voidOidcClientContext.OidcClientConfigurationDelegate. setTokenStore(Oidc.TokenStore tokenStore)
-