|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.shibboleth.idp.authn.provider.AbstractLoginHandler
edu.internet2.middleware.shibboleth.idp.authn.provider.RemoteUserLoginHandler
public class RemoteUserLoginHandler
Authentication Handler that redirects to servlet protected by a Web Single-Sign-On system.
| Field Summary | |
|---|---|
private org.slf4j.Logger |
log
Class logger. |
private String |
servletURL
The URL of the SSO-protected servlet. |
| Fields inherited from interface edu.internet2.middleware.shibboleth.idp.authn.LoginHandler |
|---|
AUTHENTICATION_ERROR_KEY, AUTHENTICATION_EXCEPTION_KEY, AUTHENTICATION_INSTANT_KEY, AUTHENTICATION_METHOD_KEY, PRINCIPAL_KEY, PRINCIPAL_NAME_KEY, SUBJECT_KEY |
| Constructor Summary | |
|---|---|
RemoteUserLoginHandler()
|
|
| Method Summary | |
|---|---|
String |
getServletURL()
Get the URL of the SSO-protected servlet. |
void |
login(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
Authenticate the user making the request. |
void |
setServletURL(String url)
Set the SSO-protected servlet's URL. |
| Methods inherited from class edu.internet2.middleware.shibboleth.idp.authn.provider.AbstractLoginHandler |
|---|
getAuthenticationDuration, getSupportedAuthenticationMethods, setAuthenticationDuration, setAuthenticationDurection, setSupportsForceAuthentication, setSupportsPassive, supportsForceAuthentication, supportsPassive |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final org.slf4j.Logger log
private String servletURL
| Constructor Detail |
|---|
public RemoteUserLoginHandler()
| Method Detail |
|---|
public void setServletURL(String url)
url - The URL of the SSO-protected servlet.public String getServletURL()
public void login(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
httpRequest - user requesthttpResponse - response to user
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||