org.sakaiproject.tool.gradebook.facades.standalone
Class AuthnStandaloneImpl
java.lang.Object
org.sakaiproject.tool.gradebook.facades.standalone.AuthnStandaloneImpl
- All Implemented Interfaces:
- Authn
public class AuthnStandaloneImpl
- extends Object
- implements Authn
An implementation of the Authn facade to support demos and UI tests.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthnStandaloneImpl
public AuthnStandaloneImpl()
getUserUid
public String getUserUid()
- Specified by:
getUserUid in interface Authn
setAuthnContext
public void setAuthnContext(Object whatToAuthn)
- This is usually redundant, since all the necessary information
is available through the FacesContext object.
Unfortunately, servlets and filters might call this service before
the Faces context is fully initialized.
- Specified by:
setAuthnContext in interface Authn
Copyright © 2003-2013 Sakai Project. All Rights Reserved.