com.sun.n1.sps.model.user
Interface SessionVariable


public interface SessionVariable

Container for a Session Variable.


Method Summary
 java.lang.String getName()
          Returns the Session Variable name.
 boolean getSecure()
          Returns true if the session variable is secure.
 java.lang.String getValue()
          Returns the value of the session variable.
 

Method Detail

getName

java.lang.String getName()
Returns the Session Variable name.

Returns:
The name of the session variable.

getValue

java.lang.String getValue()
Returns the value of the session variable.

Returns:
The value of the session variable.

getSecure

boolean getSecure()
Returns true if the session variable is secure.

Returns:
true if the session variable is secure, false otherwise.