Uses of Interface
org.wildfly.security.http.oidc.AuthChallenge
-
Packages that use AuthChallenge Package Description org.wildfly.security.http.oidc -
-
Uses of AuthChallenge in org.wildfly.security.http.oidc
Fields in org.wildfly.security.http.oidc declared as AuthChallenge Modifier and Type Field Description protected AuthChallenge
BearerTokenRequestAuthenticator. challenge
protected AuthChallenge
OidcRequestAuthenticator. challenge
protected AuthChallenge
RequestAuthenticator. challenge
Methods in org.wildfly.security.http.oidc that return AuthChallenge Modifier and Type Method Description protected AuthChallenge
OidcRequestAuthenticator. challenge(int code, AuthenticationError.Reason reason, String description)
protected AuthChallenge
BearerTokenRequestAuthenticator. challengeResponse(AuthenticationError.Reason reason, String error, String description)
protected AuthChallenge
OidcRequestAuthenticator. checkStateCookie()
protected AuthChallenge
BearerTokenRequestAuthenticator. clientCertChallenge()
AuthChallenge
BearerTokenRequestAuthenticator. getChallenge()
AuthChallenge
OidcRequestAuthenticator. getChallenge()
AuthChallenge
RequestAuthenticator. getChallenge()
protected AuthChallenge
OidcRequestAuthenticator. loginRedirect()
protected AuthChallenge
OidcRequestAuthenticator. resolveCode(String code)
Start or continue the oauth login process.Methods in org.wildfly.security.http.oidc with parameters of type AuthChallenge Modifier and Type Method Description (package private) void
OidcHttpFacade. noAuthenticationInProgress(AuthChallenge challenge)
-