Uses of Class
io.jans.as.server.model.common.SessionId
-
-
Uses of SessionId in io.jans.as.server.auth
Methods in io.jans.as.server.auth that return types with arguments of type SessionId Modifier and Type Method Description java.util.List<SessionId>SelectAccountAction. getCurrentSessions()Methods in io.jans.as.server.auth with parameters of type SessionId Modifier and Type Method Description booleanAuthenticator. authenticateBySessionId(SessionId sessionId)java.lang.StringSelectAccountAction. getName(SessionId sessionId)java.lang.StringAuthenticator. prepareAuthenticationForStep(SessionId sessionId) -
Uses of SessionId in io.jans.as.server.authorize.ws.rs
Methods in io.jans.as.server.authorize.ws.rs that return SessionId Modifier and Type Method Description SessionIdConsentGatheringSessionService. getConnectSession(javax.servlet.http.HttpServletRequest httpRequest)SessionIdConsentGatheringSessionService. getConsentSession(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, java.lang.String userDn, boolean create)Methods in io.jans.as.server.authorize.ws.rs with parameters of type SessionId Modifier and Type Method Description voidConsentGatheringSessionService. configure(SessionId session, java.lang.String scriptName, java.lang.String clientId, java.lang.String state)io.jans.as.common.model.registration.ClientConsentGatheringSessionService. getClient(SessionId session)java.lang.StringConsentGatheringSessionService. getClientId(SessionId session)protected io.jans.model.custom.script.conf.CustomScriptConfigurationConsentGathererService. getScript(SessionId session)java.lang.StringConsentGatheringSessionService. getScriptName(SessionId session)intConsentGatheringSessionService. getStep(SessionId session)booleanConsentGatheringSessionService. isPassedPreviousSteps(SessionId session, java.lang.Integer step)booleanConsentGatheringSessionService. isStepPassed(SessionId session, java.lang.Integer step)voidConsentGatheringSessionService. markStep(SessionId session, java.lang.Integer step, boolean value)voidAuthorizeAction. permissionGranted(SessionId session)booleanConsentGatheringSessionService. persist(SessionId session)voidConsentGatheringSessionService. resetToStep(SessionId session, int overridenNextStep, int step)voidConsentGatheringSessionService. setAuthenticatedSessionState(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, SessionId sessionId)voidConsentGatheringSessionService. setClientId(SessionId session, java.lang.String clientId)voidConsentGatheringSessionService. setScriptName(SessionId session, java.lang.String scriptName)voidConsentGatheringSessionService. setStep(int step, SessionId session)booleanAuthorizeRestWebServiceValidator. validateAuthnMaxAge(java.lang.Integer maxAge, SessionId sessionUser, io.jans.as.common.model.registration.Client client) -
Uses of SessionId in io.jans.as.server.security
Methods in io.jans.as.server.security that return SessionId Modifier and Type Method Description SessionIdIdentity. getSessionId()Methods in io.jans.as.server.security with parameters of type SessionId Modifier and Type Method Description voidIdentity. setSessionId(SessionId sessionId) -
Uses of SessionId in io.jans.as.server.service
Methods in io.jans.as.server.service that return SessionId Modifier and Type Method Description SessionIdSessionIdService. assertAuthenticatedSessionCorrespondsToNewRequest(SessionId session, java.lang.String acrValuesStr)SessionIdAuthenticationService. configureEventUser()SessionIdAuthenticationService. configureSessionUser(SessionId sessionId, java.util.Map<java.lang.String,java.lang.String> sessionIdAttributes)SessionIdSessionIdService. generateAuthenticatedSessionId(javax.servlet.http.HttpServletRequest httpRequest, java.lang.String userDn)SessionIdSessionIdService. generateAuthenticatedSessionId(javax.servlet.http.HttpServletRequest httpRequest, java.lang.String userDn, java.lang.String prompt)SessionIdSessionIdService. generateAuthenticatedSessionId(javax.servlet.http.HttpServletRequest httpRequest, java.lang.String userDn, java.util.Map<java.lang.String,java.lang.String> sessionIdAttributes)SessionIdSessionIdService. generateUnauthenticatedSessionId(java.lang.String userDn)SessionIdSessionIdService. generateUnauthenticatedSessionId(java.lang.String userDn, java.util.Date authenticationDate, SessionIdState state, java.util.Map<java.lang.String,java.lang.String> sessionIdAttributes, boolean persist)SessionIdAuthorizeService. getSession()SessionIdAuthorizeService. getSession(java.lang.String sessionId)@Nullable SessionIdSessionIdService. getSessionByDn(@Nullable java.lang.String dn)@Nullable SessionIdSessionIdService. getSessionByDn(@Nullable java.lang.String dn, boolean silently)@Nullable SessionIdSessionIdService. getSessionById(@Nullable java.lang.String sessionId, boolean silently)@Nullable SessionIdSessionIdService. getSessionBySid(@Nullable java.lang.String sid)SessionIdSessionIdService. getSessionId()SessionIdSessionIdService. getSessionId(java.lang.String sessionId)SessionIdSessionIdService. getSessionId(java.lang.String sessionId, boolean silently)SessionIdSessionIdService. getSessionId(javax.servlet.http.HttpServletRequest request)SessionIdSessionIdService. resetToStep(SessionId session, int resetToStep)SessionIdSessionIdService. setSessionIdStateAuthenticated(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, SessionId sessionId, java.lang.String userDn)Methods in io.jans.as.server.service that return types with arguments of type SessionId Modifier and Type Method Description java.util.List<SessionId>SessionIdService. findByUser(java.lang.String userDn)java.util.Set<SessionId>SessionIdService. getCurrentSessions()Methods in io.jans.as.server.service with parameters of type SessionId Modifier and Type Method Description voidCookieService. addCurrentSessionCookie(SessionId sessionId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse httpResponse)SessionIdSessionIdService. assertAuthenticatedSessionCorrespondsToNewRequest(SessionId session, java.lang.String acrValuesStr)java.lang.StringSessionIdService. computeSessionState(SessionId sessionId, java.lang.String clientId, java.lang.String redirectUri)voidAuthenticationService. configureEventUser(SessionId sessionId)SessionIdAuthenticationService. configureSessionUser(SessionId sessionId, java.util.Map<java.lang.String,java.lang.String> sessionIdAttributes)voidAuthenticationService. copyAuthenticatorExternalAttributes(SessionId oldSession, SessionId newSession)voidCookieService. createSessionIdCookie(SessionId sessionId, boolean isUma)voidCookieService. createSessionIdCookie(SessionId sessionId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse httpResponse, boolean isUma)java.lang.StringSessionIdService. getAcr(SessionId session)java.util.Map<java.lang.String,java.lang.String>SessionIdService. getSessionAttributes(SessionId sessionId)io.jans.as.common.model.common.UserSessionIdService. getUser(SessionId sessionId)io.jans.as.common.model.common.UserAuthenticationService. getUserOrRemoveSession(SessionId p_sessionId)booleanSessionIdService. isExpired(SessionId sessionId)booleanSessionIdService. isSessionIdAuthenticated(SessionId sessionId)booleanSessionIdService. isSessionValid(SessionId sessionId)voidAuthenticationService. onSuccessfulLogin(SessionId sessionUser)voidAuthorizeService. permissionDenied(SessionId session)voidAuthorizeService. permissionGranted(javax.servlet.http.HttpServletRequest httpRequest, SessionId session)booleanSessionIdService. persistSessionId(SessionId sessionId)booleanSessionIdService. persistSessionId(SessionId sessionId, boolean forcePersistence)booleanSessionIdService. reinitLogin(SessionId session, boolean force)booleanSessionIdService. remove(SessionId sessionId)SessionIdSessionIdService. resetToStep(SessionId session, int resetToStep)SessionIdSessionIdService. setSessionIdStateAuthenticated(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, SessionId sessionId, java.lang.String userDn)booleanSessionIdService. updateSessionId(SessionId sessionId)booleanSessionIdService. updateSessionId(SessionId sessionId, boolean updateLastUsedAt)booleanSessionIdService. updateSessionId(SessionId sessionId, boolean updateLastUsedAt, boolean forceUpdate, boolean modified)voidSessionIdService. updateSessionIdIfNeeded(SessionId sessionId, boolean modified)java.lang.StringRedirectionUriService. validatePostLogoutRedirectUri(SessionId sessionId, java.lang.String postLogoutRedirectUri)Method parameters in io.jans.as.server.service with type arguments of type SessionId Modifier and Type Method Description voidSessionIdService. remove(java.util.List<SessionId> list) -
Uses of SessionId in io.jans.as.server.service.expiration
Methods in io.jans.as.server.service.expiration with parameters of type SessionId Modifier and Type Method Description booleanExpirationNotificatorTimer. remove(SessionId sessionId) -
Uses of SessionId in io.jans.as.server.service.external
Methods in io.jans.as.server.service.external with parameters of type SessionId Modifier and Type Method Description booleanExternalApplicationSessionService. executeExternalEndSessionMethod(io.jans.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, javax.servlet.http.HttpServletRequest httpRequest, SessionId sessionId)booleanExternalApplicationSessionService. executeExternalEndSessionMethods(javax.servlet.http.HttpServletRequest httpRequest, SessionId sessionId)booleanExternalApplicationSessionService. executeExternalStartSessionMethod(io.jans.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, javax.servlet.http.HttpServletRequest httpRequest, SessionId sessionId)booleanExternalApplicationSessionService. executeExternalStartSessionMethods(javax.servlet.http.HttpServletRequest httpRequest, SessionId sessionId) -
Uses of SessionId in io.jans.as.server.service.external.context
Methods in io.jans.as.server.service.external.context that return SessionId Modifier and Type Method Description SessionIdExternalPostAuthnContext. getSession()SessionIdEndSessionContext. getSessionId()Constructors in io.jans.as.server.service.external.context with parameters of type SessionId Constructor Description ConsentGatheringContext(java.util.Map<java.lang.String,io.jans.model.SimpleCustomProperty> configurationAttributes, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, SessionId session, java.util.Map<java.lang.String,java.lang.String> pageAttributes, ConsentGatheringSessionService sessionService, io.jans.as.common.service.common.UserService userService, io.jans.jsf2.service.FacesService facesService, io.jans.as.model.configuration.AppConfiguration appConfiguration)EndSessionContext(javax.servlet.http.HttpServletRequest httpRequest, java.util.Set<java.lang.String> frontchannelLogoutUris, java.lang.String postLogoutRedirectUri, SessionId sessionId)ExternalPostAuthnContext(io.jans.as.common.model.registration.Client client, SessionId session, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) -
Uses of SessionId in io.jans.as.server.service.external.session
Methods in io.jans.as.server.service.external.session that return SessionId Modifier and Type Method Description SessionIdSessionEvent. getSessionId()Constructors in io.jans.as.server.service.external.session with parameters of type SessionId Constructor Description SessionEvent(SessionEventType type, SessionId sessionId) -
Uses of SessionId in io.jans.as.server.uma.authorization
Constructors in io.jans.as.server.uma.authorization with parameters of type SessionId Constructor Description UmaGatherContext(java.util.Map<java.lang.String,io.jans.model.SimpleCustomProperty> configurationAttributes, javax.servlet.http.HttpServletRequest httpRequest, SessionId session, UmaSessionService sessionService, UmaPermissionService permissionService, UmaPctService pctService, java.util.Map<java.lang.String,java.lang.String> pageClaims, io.jans.as.model.configuration.AppConfiguration appConfiguration) -
Uses of SessionId in io.jans.as.server.uma.service
Methods in io.jans.as.server.uma.service that return SessionId Modifier and Type Method Description SessionIdUmaSessionService. getConnectSession(javax.servlet.http.HttpServletRequest httpRequest)SessionIdUmaSessionService. getSession(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)Methods in io.jans.as.server.uma.service with parameters of type SessionId Modifier and Type Method Description voidUmaSessionService. configure(SessionId session, java.lang.String scriptName, java.util.List<io.jans.as.model.uma.persistence.UmaPermission> permissions, java.lang.String clientId, java.lang.String claimRedirectUri, java.lang.String state)java.lang.StringUmaSessionService. getClaimsRedirectUri(SessionId session)io.jans.as.common.model.registration.ClientUmaSessionService. getClient(SessionId session)java.lang.StringUmaSessionService. getClientId(SessionId session)java.lang.StringUmaSessionService. getPct(SessionId session)protected io.jans.model.custom.script.conf.CustomScriptConfigurationUmaGatherer. getScript(SessionId session)java.lang.StringUmaSessionService. getScriptName(SessionId session)java.lang.StringUmaSessionService. getState(SessionId session)intUmaSessionService. getStep(SessionId session)java.lang.StringUmaSessionService. getTicket(SessionId session)booleanUmaSessionService. isPassedPreviousSteps(SessionId session, java.lang.Integer step)booleanUmaSessionService. isStepPassed(SessionId session, java.lang.Integer step)voidUmaSessionService. markStep(SessionId session, java.lang.Integer step, boolean value)booleanUmaSessionService. persist(SessionId session)voidUmaSessionService. resetToStep(SessionId session, int overridenNextStep, int step)voidUmaSessionService. setClaimsRedirectUri(SessionId session, java.lang.String claimsRedirectUri)voidUmaSessionService. setClientId(SessionId session, java.lang.String clientId)voidUmaSessionService. setPct(SessionId session, java.lang.String pct)voidUmaSessionService. setScriptName(SessionId session, java.lang.String scriptName)voidUmaSessionService. setState(SessionId session, java.lang.String state)voidUmaSessionService. setStep(int step, SessionId session)voidUmaSessionService. setTicket(SessionId session, java.lang.String ticket)
-