public interface Authn
| Modifier and Type | Method and Description |
|---|---|
String |
getUserUid() |
void |
setAuthnContext(Object whatToAuthn) |
String getUserUid()
void setAuthnContext(Object whatToAuthn)
whatToAuthn - the javax.servlet.http.HttpServletRequest or
javax.portlet.PortletRequest for which authentication should be checked. Since
they don't share an interface, a generic object is passed.Copyright © 2003–2018 Sakai Project. All rights reserved.