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 boolean
Authenticator. authenticateBySessionId(SessionId sessionId)
java.lang.String
SelectAccountAction. getName(SessionId sessionId)
java.lang.String
Authenticator. 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 SessionId
ConsentGatheringSessionService. getConnectSession(javax.servlet.http.HttpServletRequest httpRequest)
SessionId
ConsentGatheringSessionService. 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 void
ConsentGatheringSessionService. configure(SessionId session, java.lang.String scriptName, java.lang.String clientId, java.lang.String state)
io.jans.as.common.model.registration.Client
ConsentGatheringSessionService. getClient(SessionId session)
java.lang.String
ConsentGatheringSessionService. getClientId(SessionId session)
protected io.jans.model.custom.script.conf.CustomScriptConfiguration
ConsentGathererService. getScript(SessionId session)
java.lang.String
ConsentGatheringSessionService. getScriptName(SessionId session)
int
ConsentGatheringSessionService. getStep(SessionId session)
boolean
ConsentGatheringSessionService. isPassedPreviousSteps(SessionId session, java.lang.Integer step)
boolean
ConsentGatheringSessionService. isStepPassed(SessionId session, java.lang.Integer step)
void
ConsentGatheringSessionService. markStep(SessionId session, java.lang.Integer step, boolean value)
void
AuthorizeAction. permissionGranted(SessionId session)
boolean
ConsentGatheringSessionService. persist(SessionId session)
void
ConsentGatheringSessionService. resetToStep(SessionId session, int overridenNextStep, int step)
void
ConsentGatheringSessionService. setAuthenticatedSessionState(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, SessionId sessionId)
void
ConsentGatheringSessionService. setClientId(SessionId session, java.lang.String clientId)
void
ConsentGatheringSessionService. setScriptName(SessionId session, java.lang.String scriptName)
void
ConsentGatheringSessionService. setStep(int step, SessionId session)
boolean
AuthorizeRestWebServiceValidator. 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 SessionId
Identity. getSessionId()
Methods in io.jans.as.server.security with parameters of type SessionId Modifier and Type Method Description void
Identity. 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 SessionId
SessionIdService. assertAuthenticatedSessionCorrespondsToNewRequest(SessionId session, java.lang.String acrValuesStr)
SessionId
AuthenticationService. configureEventUser()
SessionId
AuthenticationService. configureSessionUser(SessionId sessionId, java.util.Map<java.lang.String,java.lang.String> sessionIdAttributes)
SessionId
SessionIdService. generateAuthenticatedSessionId(javax.servlet.http.HttpServletRequest httpRequest, java.lang.String userDn)
SessionId
SessionIdService. generateAuthenticatedSessionId(javax.servlet.http.HttpServletRequest httpRequest, java.lang.String userDn, java.lang.String prompt)
SessionId
SessionIdService. generateAuthenticatedSessionId(javax.servlet.http.HttpServletRequest httpRequest, java.lang.String userDn, java.util.Map<java.lang.String,java.lang.String> sessionIdAttributes)
SessionId
SessionIdService. generateUnauthenticatedSessionId(java.lang.String userDn)
SessionId
SessionIdService. generateUnauthenticatedSessionId(java.lang.String userDn, java.util.Date authenticationDate, SessionIdState state, java.util.Map<java.lang.String,java.lang.String> sessionIdAttributes, boolean persist)
SessionId
AuthorizeService. getSession()
SessionId
AuthorizeService. getSession(java.lang.String sessionId)
@Nullable SessionId
SessionIdService. getSessionByDn(@Nullable java.lang.String dn)
@Nullable SessionId
SessionIdService. getSessionByDn(@Nullable java.lang.String dn, boolean silently)
@Nullable SessionId
SessionIdService. getSessionById(@Nullable java.lang.String sessionId, boolean silently)
@Nullable SessionId
SessionIdService. getSessionBySid(@Nullable java.lang.String sid)
SessionId
SessionIdService. getSessionId()
SessionId
SessionIdService. getSessionId(java.lang.String sessionId)
SessionId
SessionIdService. getSessionId(java.lang.String sessionId, boolean silently)
SessionId
SessionIdService. getSessionId(javax.servlet.http.HttpServletRequest request)
SessionId
SessionIdService. resetToStep(SessionId session, int resetToStep)
SessionId
SessionIdService. 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 void
CookieService. addCurrentSessionCookie(SessionId sessionId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse httpResponse)
SessionId
SessionIdService. assertAuthenticatedSessionCorrespondsToNewRequest(SessionId session, java.lang.String acrValuesStr)
java.lang.String
SessionIdService. computeSessionState(SessionId sessionId, java.lang.String clientId, java.lang.String redirectUri)
void
AuthenticationService. configureEventUser(SessionId sessionId)
SessionId
AuthenticationService. configureSessionUser(SessionId sessionId, java.util.Map<java.lang.String,java.lang.String> sessionIdAttributes)
void
AuthenticationService. copyAuthenticatorExternalAttributes(SessionId oldSession, SessionId newSession)
void
CookieService. createSessionIdCookie(SessionId sessionId, boolean isUma)
void
CookieService. createSessionIdCookie(SessionId sessionId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse httpResponse, boolean isUma)
java.lang.String
SessionIdService. getAcr(SessionId session)
java.util.Map<java.lang.String,java.lang.String>
SessionIdService. getSessionAttributes(SessionId sessionId)
io.jans.as.common.model.common.User
SessionIdService. getUser(SessionId sessionId)
io.jans.as.common.model.common.User
AuthenticationService. getUserOrRemoveSession(SessionId p_sessionId)
boolean
SessionIdService. isExpired(SessionId sessionId)
boolean
SessionIdService. isSessionIdAuthenticated(SessionId sessionId)
boolean
SessionIdService. isSessionValid(SessionId sessionId)
void
AuthenticationService. onSuccessfulLogin(SessionId sessionUser)
void
AuthorizeService. permissionDenied(SessionId session)
void
AuthorizeService. permissionGranted(javax.servlet.http.HttpServletRequest httpRequest, SessionId session)
boolean
SessionIdService. persistSessionId(SessionId sessionId)
boolean
SessionIdService. persistSessionId(SessionId sessionId, boolean forcePersistence)
boolean
SessionIdService. reinitLogin(SessionId session, boolean force)
boolean
SessionIdService. remove(SessionId sessionId)
SessionId
SessionIdService. resetToStep(SessionId session, int resetToStep)
SessionId
SessionIdService. setSessionIdStateAuthenticated(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, SessionId sessionId, java.lang.String userDn)
boolean
SessionIdService. updateSessionId(SessionId sessionId)
boolean
SessionIdService. updateSessionId(SessionId sessionId, boolean updateLastUsedAt)
boolean
SessionIdService. updateSessionId(SessionId sessionId, boolean updateLastUsedAt, boolean forceUpdate, boolean modified)
void
SessionIdService. updateSessionIdIfNeeded(SessionId sessionId, boolean modified)
java.lang.String
RedirectionUriService. 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 void
SessionIdService. 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 boolean
ExpirationNotificatorTimer. 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 boolean
ExternalApplicationSessionService. executeExternalEndSessionMethod(io.jans.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, javax.servlet.http.HttpServletRequest httpRequest, SessionId sessionId)
boolean
ExternalApplicationSessionService. executeExternalEndSessionMethods(javax.servlet.http.HttpServletRequest httpRequest, SessionId sessionId)
boolean
ExternalApplicationSessionService. executeExternalStartSessionMethod(io.jans.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, javax.servlet.http.HttpServletRequest httpRequest, SessionId sessionId)
boolean
ExternalApplicationSessionService. 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 SessionId
ExternalPostAuthnContext. getSession()
SessionId
EndSessionContext. 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 SessionId
SessionEvent. 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 SessionId
UmaSessionService. getConnectSession(javax.servlet.http.HttpServletRequest httpRequest)
SessionId
UmaSessionService. 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 void
UmaSessionService. 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.String
UmaSessionService. getClaimsRedirectUri(SessionId session)
io.jans.as.common.model.registration.Client
UmaSessionService. getClient(SessionId session)
java.lang.String
UmaSessionService. getClientId(SessionId session)
java.lang.String
UmaSessionService. getPct(SessionId session)
protected io.jans.model.custom.script.conf.CustomScriptConfiguration
UmaGatherer. getScript(SessionId session)
java.lang.String
UmaSessionService. getScriptName(SessionId session)
java.lang.String
UmaSessionService. getState(SessionId session)
int
UmaSessionService. getStep(SessionId session)
java.lang.String
UmaSessionService. getTicket(SessionId session)
boolean
UmaSessionService. isPassedPreviousSteps(SessionId session, java.lang.Integer step)
boolean
UmaSessionService. isStepPassed(SessionId session, java.lang.Integer step)
void
UmaSessionService. markStep(SessionId session, java.lang.Integer step, boolean value)
boolean
UmaSessionService. persist(SessionId session)
void
UmaSessionService. resetToStep(SessionId session, int overridenNextStep, int step)
void
UmaSessionService. setClaimsRedirectUri(SessionId session, java.lang.String claimsRedirectUri)
void
UmaSessionService. setClientId(SessionId session, java.lang.String clientId)
void
UmaSessionService. setPct(SessionId session, java.lang.String pct)
void
UmaSessionService. setScriptName(SessionId session, java.lang.String scriptName)
void
UmaSessionService. setState(SessionId session, java.lang.String state)
void
UmaSessionService. setStep(int step, SessionId session)
void
UmaSessionService. setTicket(SessionId session, java.lang.String ticket)
-