Class AuthnSakai2Impl
- java.lang.Object
-
- 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
Constructors Constructor Description AuthnSakai2Impl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUserUid()voidsetAuthnContext(Object whatToAuthn)In Sakai, the framework maintains its own ThreadLocal user context.
-
-
-
Method Detail
-
getUserUid
public String getUserUid()
- Specified by:
getUserUidin interfaceAuthn- See Also:
Authn.getUserUid()
-
setAuthnContext
public void setAuthnContext(Object whatToAuthn)
In Sakai, the framework maintains its own ThreadLocal user context.- Specified by:
setAuthnContextin interfaceAuthn
-
-