OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
relayState = (String)webContext.getSessionStore().get(webContext,SAML_RELAY_STATE_ATTRIBUTE)relayState = (Optional<String>)webContext.getSessionStore().get(webContext,SAML_RELAY_STATE_ATTRIBUTE)(String)webContext.getSessionStore().get(webContext,SAML_RELAY_STATE_ATTRIBUTE)(Optional<String>)webContext.getSessionStore().get(webContext,SAML_RELAY_STATE_ATTRIBUTE)pac4jc7fdad559afcdda7d54529634aab55bff4868e76org.pac4j.saml.state.SAML2StateGenerator
_125
_227
_1relayState
_2relayState
v0webContext.getSessionStore().get(webContext,SAML_RELAY_STATE_ATTRIBUTE)
  • java.lang.String
v0webContext.getSessionStore().get(webContext,SAML_RELAY_STATE_ATTRIBUTE)
AssignedToTrue
attemptedAuth = (String)context.getSessionStore().get(context,getName() + ATTEMPTED_AUTHENTICATION_SUFFIX)attemptedAuth = (Optional<String>)context.getSessionStore().get(context,getName() + ATTEMPTED_AUTHENTICATION_SUFFIX)(String)context.getSessionStore().get(context,getName() + ATTEMPTED_AUTHENTICATION_SUFFIX)(Optional<String>)context.getSessionStore().get(context,getName() + ATTEMPTED_AUTHENTICATION_SUFFIX)pac4jc7fdad559afcdda7d54529634aab55bff4868e76org.pac4j.core.client.IndirectClient
_196
_298
_1attemptedAuth
_2attemptedAuth
v0context.getSessionStore().get(context,getName() + ATTEMPTED_AUTHENTICATION_SUFFIX)
  • java.lang.String
v0context.getSessionStore().get(context,getName() + ATTEMPTED_AUTHENTICATION_SUFFIX)
AssignedToTrue
sessionToken = (String)context.getSessionStore().get(context,Pac4jConstants.CSRF_TOKEN)sessionToken = (Optional<String>)context.getSessionStore().get(context,Pac4jConstants.CSRF_TOKEN)(String)context.getSessionStore().get(context,Pac4jConstants.CSRF_TOKEN)(Optional<String>)context.getSessionStore().get(context,Pac4jConstants.CSRF_TOKEN)pac4jc7fdad559afcdda7d54529634aab55bff4868e76org.pac4j.core.authorization.authorizer.csrf.CsrfAuthorizer
_145
_246
_1sessionToken
_2sessionToken
v0context.getSessionStore().get(context,Pac4jConstants.CSRF_TOKEN)
  • java.lang.String
v0context.getSessionStore().get(context,Pac4jConstants.CSRF_TOKEN)
AssignedToTrue