io.buji.oauth
Class ShiroUserSession

java.lang.Object
  extended by io.buji.oauth.ShiroUserSession
All Implemented Interfaces:
org.scribe.up.session.UserSession

public final class ShiroUserSession
extends Object
implements org.scribe.up.session.UserSession

This implementation uses the Shiro session for the user session.

Since:
1.0.0
Author:
Jerome Leleu

Constructor Summary
ShiroUserSession()
           
 
Method Summary
 Object getAttribute(String key)
           
 void setAttribute(String key, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShiroUserSession

public ShiroUserSession()
Method Detail

setAttribute

public void setAttribute(String key,
                         Object value)
Specified by:
setAttribute in interface org.scribe.up.session.UserSession

getAttribute

public Object getAttribute(String key)
Specified by:
getAttribute in interface org.scribe.up.session.UserSession


Copyright © 2012. All Rights Reserved.