Uses of Class
com.shephertz.app42.paas.sdk.java.session.Session.Attribute

Packages that use Session.Attribute
com.shephertz.app42.paas.sdk.java.session   
 

Uses of Session.Attribute in com.shephertz.app42.paas.sdk.java.session
 

Fields in com.shephertz.app42.paas.sdk.java.session with type parameters of type Session.Attribute
 java.util.ArrayList<Session.Attribute> Session.attributeList
           
 

Methods in com.shephertz.app42.paas.sdk.java.session that return types with arguments of type Session.Attribute
 java.util.ArrayList<Session.Attribute> Session.getAttributeList()
          Returns the List of the Attributed for the Session.
 

Method parameters in com.shephertz.app42.paas.sdk.java.session with type arguments of type Session.Attribute
 void Session.setAttributeList(java.util.ArrayList<Session.Attribute> attributeList)
          Sets the user name for the Session.