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.AuthOutcome
BasicAuthRequestAuthenticator. authenticate()
Oidc.AuthOutcome
BearerTokenRequestAuthenticator. authenticate()
Oidc.AuthOutcome
OidcRequestAuthenticator. authenticate()
Oidc.AuthOutcome
QueryParameterTokenRequestAuthenticator. authenticate()
Oidc.AuthOutcome
RequestAuthenticator. authenticate()
private Oidc.AuthOutcome
RequestAuthenticator. doAuthenticate()
static Oidc.AuthOutcome
Oidc.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.AuthOutcome
BearerTokenRequestAuthenticator. verifyToken(String tokenString)
-