com.google.enterprise.adaptor
Interface Session


public interface Session

Generic session-state container, but intended for authn bookkeeping.


Method Summary
 Object getAttribute(String key)
          Get attribute value.
 Object removeAttribute(String key)
          Remove attribute value.
 void setAttribute(String key, Object value)
          Set attribute value, replacing existing value if it already exists.
 

Method Detail

setAttribute

void setAttribute(String key,
                  Object value)
Set attribute value, replacing existing value if it already exists.


getAttribute

Object getAttribute(String key)
Get attribute value.


removeAttribute

Object removeAttribute(String key)
Remove attribute value.