Uses of Class
org.wildfly.security.http.oidc.Oidc.AuthOutcome
-
Packages that use Oidc.AuthOutcome Package Description org.wildfly.security.http.oidc -
-
Uses of Oidc.AuthOutcome in org.wildfly.security.http.oidc
Methods in org.wildfly.security.http.oidc that return Oidc.AuthOutcome Modifier and Type Method Description Oidc.AuthOutcomeBasicAuthRequestAuthenticator. authenticate()Oidc.AuthOutcomeBearerTokenRequestAuthenticator. authenticate()Oidc.AuthOutcomeOidcRequestAuthenticator. authenticate()Oidc.AuthOutcomeQueryParameterTokenRequestAuthenticator. authenticate()Oidc.AuthOutcomeRequestAuthenticator. authenticate()private Oidc.AuthOutcomeRequestAuthenticator. doAuthenticate()static Oidc.AuthOutcomeOidc.AuthOutcome. valueOf(String name)Returns the enum constant of this type with the specified name.static Oidc.AuthOutcome[]Oidc.AuthOutcome. values()Returns an array containing the constants of this enum type, in the order they are declared.protected Oidc.AuthOutcomeBearerTokenRequestAuthenticator. verifyToken(String tokenString)
-