io.buji.oauth
Class ShiroUserSession
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShiroUserSession
public ShiroUserSession()
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.