public interface AuthenticationHandler<T extends IdpConfig>
| Modifier and Type | Method and Description |
|---|---|
String |
getConsumerServletUrl() |
String |
getIssuerUrl() |
boolean |
isCorrectlyConfigured(IdpConfig config) |
void |
processAuthenticationRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String destinationUri,
T idpConfig)
Do provider-specific authentication.
|
@Nonnull String getConsumerServletUrl()
void processAuthenticationRequest(@Nonnull javax.servlet.http.HttpServletRequest request, @Nonnull javax.servlet.http.HttpServletResponse response, @Nullable String destinationUri, T idpConfig) throws IOException
IOExceptionboolean isCorrectlyConfigured(IdpConfig config)
Copyright © 2023 Atlassian. All rights reserved.