Class GuiSettings
java.lang.Object
edu.internet2.middleware.grouper.grouperUi.beans.json.GuiSettings
- All Implemented Interfaces:
Serializable
settings and common stuff to go to browser
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionneed to send this key back with each request in authnKey paramlogged in subjectstatic GuiSettings
retrieveFromRequest, cant be nullvoid
setAuthnKey
(String authnKey1) need to send this key back with each request in authnKey paramvoid
setLoggedInSubject
(GuiSubject loggedInSubject1) logged in subjectvoid
store to request scope
-
Constructor Details
-
GuiSettings
public GuiSettings()
-
-
Method Details
-
retrieveFromRequest
retrieveFromRequest, cant be null- Returns:
- the app state in request scope
-
storeToRequest
public void storeToRequest()store to request scope -
getLoggedInSubject
logged in subject- Returns:
- logged in subject
-
setLoggedInSubject
logged in subject- Parameters:
loggedInSubject1
-
-
getAuthnKey
need to send this key back with each request in authnKey param- Returns:
- the authn key
-
setAuthnKey
need to send this key back with each request in authnKey param- Parameters:
authnKey1
-
-