org.sakaiproject.tool.gradebook.facades.sakai2impl
Class AuthnSakai2Impl

java.lang.Object
  extended by org.sakaiproject.tool.gradebook.facades.sakai2impl.AuthnSakai2Impl
All Implemented Interfaces:
Authn

public class AuthnSakai2Impl
extends Object
implements Authn

Sakai2 implementation of the gradebook's Authn facade.

Author:
Josh Holtzman

Constructor Summary
AuthnSakai2Impl()
           
 
Method Summary
 String getUserUid()
           
 void setAuthnContext(Object whatToAuthn)
          In Sakai, the framework maintains its own ThreadLocal user context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthnSakai2Impl

public AuthnSakai2Impl()
Method Detail

getUserUid

public String getUserUid()
Specified by:
getUserUid in interface Authn
See Also:
Authn.getUserUid()

setAuthnContext

public void setAuthnContext(Object whatToAuthn)
In Sakai, the framework maintains its own ThreadLocal user context.

Specified by:
setAuthnContext in interface Authn


Copyright © 2003-2013 Sakai Project. All Rights Reserved.