public static class StorageBackedAccountLockoutManager.UsernameIPLockoutKeyStrategy extends Object implements com.google.common.base.Function<ProfileRequestContext,String>
| Modifier and Type | Field and Description |
|---|---|
private javax.servlet.http.HttpServletRequest |
httpRequest
Servlet request to pull client ip from.
|
| Constructor and Description |
|---|
StorageBackedAccountLockoutManager.UsernameIPLockoutKeyStrategy() |
| Modifier and Type | Method and Description |
|---|---|
String |
apply(ProfileRequestContext profileRequestContext) |
void |
setHttpServletRequest(javax.servlet.http.HttpServletRequest request)
Set the servlet request to read from.
|
@Nullable private javax.servlet.http.HttpServletRequest httpRequest
public StorageBackedAccountLockoutManager.UsernameIPLockoutKeyStrategy()
public void setHttpServletRequest(@Nonnull javax.servlet.http.HttpServletRequest request)
request - servlet request@Nullable public String apply(@Nullable ProfileRequestContext profileRequestContext)
apply in interface com.google.common.base.Function<ProfileRequestContext,String>Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.