edu.internet2.middleware.grouper.grouperUi.beans.json
Class GuiSettings

java.lang.Object
  extended by edu.internet2.middleware.grouper.grouperUi.beans.json.GuiSettings
All Implemented Interfaces:
Serializable

public class GuiSettings
extends Object
implements Serializable

settings and common stuff to go to browser

See Also:
Serialized Form

Constructor Summary
GuiSettings()
           
 
Method Summary
 String getAuthnKey()
          need to send this key back with each request in authnKey param
 GuiSubject getLoggedInSubject()
          logged in subject
static GuiSettings retrieveFromRequest()
          retrieveFromRequest, cant be null
 void setAuthnKey(String authnKey1)
          need to send this key back with each request in authnKey param
 void setLoggedInSubject(GuiSubject loggedInSubject1)
          logged in subject
 void storeToRequest()
          store to request scope
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiSettings

public GuiSettings()
Method Detail

retrieveFromRequest

public static GuiSettings retrieveFromRequest()
retrieveFromRequest, cant be null

Returns:
the app state in request scope

storeToRequest

public void storeToRequest()
store to request scope


getLoggedInSubject

public GuiSubject getLoggedInSubject()
logged in subject

Returns:
logged in subject

setLoggedInSubject

public void setLoggedInSubject(GuiSubject loggedInSubject1)
logged in subject

Parameters:
loggedInSubject1 -

getAuthnKey

public String getAuthnKey()
need to send this key back with each request in authnKey param

Returns:
the authn key

setAuthnKey

public void setAuthnKey(String authnKey1)
need to send this key back with each request in authnKey param

Parameters:
authnKey1 -