Package org.gluu.oxauth.uma.service
Class UmaSessionService
java.lang.Object
org.gluu.oxauth.uma.service.UmaSessionService
- Version:
- December 8, 2018
- Author:
- yuriyz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(SessionId session, String scriptName, Boolean reset, List<UmaPermission> permissions, String clientId, String claimRedirectUri, String state) getClaimsRedirectUri
(SessionId session) getClientId
(SessionId session) getConnectSession
(javax.servlet.http.HttpServletRequest httpRequest) getScriptName
(SessionId session) getSession
(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) int
getUserDn
(javax.servlet.http.HttpServletRequest httpRequest) boolean
isPassedPreviousSteps
(SessionId session, Integer step) boolean
isStepPassed
(SessionId session, Integer step) void
boolean
void
resetToStep
(SessionId session, int overridenNextStep, int step) void
setClaimsRedirectUri
(SessionId session, String claimsRedirectUri) void
setClientId
(SessionId session, String clientId) void
void
setScriptName
(SessionId session, String scriptName) void
void
void
-
Constructor Details
-
UmaSessionService
public UmaSessionService()
-
-
Method Details
-
getConnectSession
-
getSession
public SessionId getSession(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) -
persist
-
getStep
-
setStep
-
configure
-
isStepPassed
-
isPassedPreviousSteps
-
markStep
-
getScriptName
-
setScriptName
-
getPct
-
setPct
-
getClientId
-
setClientId
-
getClaimsRedirectUri
-
setClaimsRedirectUri
-
getState
-
setState
-
getTicket
-
setTicket
-
resetToStep
-
getUser
-
getUserDn
-
getClient
-