Uses of Class
io.jans.as.server.model.exception.InvalidSessionStateException
-
Packages that use InvalidSessionStateException Package Description io.jans.as.server.service -
-
Uses of InvalidSessionStateException in io.jans.as.server.service
Methods in io.jans.as.server.service that throw InvalidSessionStateException Modifier and Type Method Description io.jans.as.common.model.session.SessionId
SessionIdService. generateAuthenticatedSessionId(jakarta.servlet.http.HttpServletRequest httpRequest, String userDn)
io.jans.as.common.model.session.SessionId
SessionIdService. generateAuthenticatedSessionId(jakarta.servlet.http.HttpServletRequest httpRequest, String userDn, String prompt)
io.jans.as.common.model.session.SessionId
SessionIdService. generateAuthenticatedSessionId(jakarta.servlet.http.HttpServletRequest httpRequest, String userDn, Map<String,String> sessionIdAttributes)
-