Class ExternalClientAuthnContext
- java.lang.Object
-
- io.jans.service.external.context.ExternalScriptContext
-
- io.jans.as.server.service.external.context.ExternalScriptContext
-
- io.jans.as.server.service.external.context.ExternalClientAuthnContext
-
public class ExternalClientAuthnContext extends ExternalScriptContext
- Author:
- Yuriy Z
-
-
Constructor Summary
Constructors Constructor Description ExternalClientAuthnContext(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRealm()
void
sendResponse(jakarta.servlet.http.HttpServletResponse httpResponse, jakarta.ws.rs.WebApplicationException e)
void
sendUnauthorizedError()
void
setRealm(String realm)
-
Methods inherited from class io.jans.as.server.service.external.context.ExternalScriptContext
createWebApplicationException, createWebApplicationException, getAuthzDetail, getAuthzRequest, getEntryAttributeValue, getEntryByDn, getExecutionContext, getPersistenceEntryManager, getWebApplicationException, isInNetwork, setWebApplicationException, throwWebApplicationExceptionIfSet
-
-