C# Class Apache.Shiro.Session.Management.SimpleSession

Inheritance: IValidatingSession
Show file Open project: katasource/shironet

Public Methods

Method Description
GetAttribute ( object key ) : object
RemoveAttribute ( object key ) : object
SetAttribute ( object key, object value ) : void
SimpleSession ( ) : System
SimpleSession ( string host ) : System
Stop ( ) : void
Touch ( ) : void
Validate ( ) : void

Protected Methods

Method Description
Expire ( ) : void
IsTimedOut ( ) : bool

Method Details

Expire() protected method

protected Expire ( ) : void
return void

GetAttribute() public method

public GetAttribute ( object key ) : object
key object
return object

IsTimedOut() protected method

protected IsTimedOut ( ) : bool
return bool

RemoveAttribute() public method

public RemoveAttribute ( object key ) : object
key object
return object

SetAttribute() public method

public SetAttribute ( object key, object value ) : void
key object
value object
return void

SimpleSession() public method

public SimpleSession ( ) : System
return System

SimpleSession() public method

public SimpleSession ( string host ) : System
host string
return System

Stop() public method

public Stop ( ) : void
return void

Touch() public method

public Touch ( ) : void
return void

Validate() public method

public Validate ( ) : void
return void