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.TokenStore
OidcClientConfiguration. tokenStore
Methods in org.wildfly.security.http.oidc that return Oidc.TokenStore Modifier and Type Method Description Oidc.TokenStore
OidcClientConfiguration. getTokenStore()
Oidc.TokenStore
OidcClientContext.OidcClientConfigurationDelegate. getTokenStore()
static Oidc.TokenStore
Oidc.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 void
OidcClientConfiguration. setTokenStore(Oidc.TokenStore tokenStore)
void
OidcClientContext.OidcClientConfigurationDelegate. setTokenStore(Oidc.TokenStore tokenStore)
-