Toggle navigation
Home
javax.servlet.http.HttpSession to org.pac4j.core.context.WebContext
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'pac4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Internal
Mapping:
Add or Remove Method invocation
session.getId()
to
session.getSessionIdentifier()
session.getId()
to
session.getSessionIdentifier()
session.getId()
to
session.getSessionIdentifier()
session.getAttribute(SAML_STORAGE_KEY)
to
session.getSessionAttribute(SAML_STORAGE_KEY)
Rename Method invocation
getAttribute
to
getSessionAttribute
setAttribute
to
setSessionAttribute
Rename Variable
session
to
request
session
to
request