public class NoopCrowdRememberMeService extends Object implements com.atlassian.crowd.service.CrowdRememberMeService
| Constructor and Description |
|---|
NoopCrowdRememberMeService() |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.springframework.security.core.Authentication> |
authenticate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
void |
clearAllExpiredTokens() |
void |
clearAllTokens() |
void |
clearAllTokensForDirectory(Long aLong) |
void |
clearAllTokensForSeries(String s) |
void |
clearAllTokensForUserInDirectory(String s,
Long aLong) |
void |
createCookie(org.springframework.security.core.Authentication authentication,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
com.atlassian.crowd.manager.rememberme.CrowdSpecificRememberMeSettings |
getConfiguration() |
void |
removeCookie(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
void |
saveConfiguration(com.atlassian.crowd.manager.rememberme.CrowdSpecificRememberMeSettings crowdSpecificRememberMeSettings) |
public Optional<org.springframework.security.core.Authentication> authenticate(@Nonnull javax.servlet.http.HttpServletRequest httpServletRequest, @Nonnull javax.servlet.http.HttpServletResponse httpServletResponse)
authenticate in interface com.atlassian.crowd.service.CrowdRememberMeServicepublic void removeCookie(@Nonnull javax.servlet.http.HttpServletRequest httpServletRequest, @Nonnull javax.servlet.http.HttpServletResponse httpServletResponse)
removeCookie in interface com.atlassian.crowd.service.CrowdRememberMeServicepublic void createCookie(@Nonnull org.springframework.security.core.Authentication authentication, @Nonnull javax.servlet.http.HttpServletRequest httpServletRequest, @Nonnull javax.servlet.http.HttpServletResponse httpServletResponse)
createCookie in interface com.atlassian.crowd.service.CrowdRememberMeServicepublic void clearAllTokensForSeries(String s)
clearAllTokensForSeries in interface com.atlassian.crowd.service.CrowdRememberMeServicepublic void clearAllTokensForUserInDirectory(String s, Long aLong)
clearAllTokensForUserInDirectory in interface com.atlassian.crowd.service.CrowdRememberMeServicepublic void clearAllTokens()
clearAllTokens in interface com.atlassian.crowd.service.CrowdRememberMeServicepublic void clearAllExpiredTokens()
clearAllExpiredTokens in interface com.atlassian.crowd.service.CrowdRememberMeServicepublic void clearAllTokensForDirectory(Long aLong)
clearAllTokensForDirectory in interface com.atlassian.crowd.service.CrowdRememberMeServicepublic void saveConfiguration(com.atlassian.crowd.manager.rememberme.CrowdSpecificRememberMeSettings crowdSpecificRememberMeSettings)
saveConfiguration in interface com.atlassian.crowd.service.CrowdRememberMeServicepublic com.atlassian.crowd.manager.rememberme.CrowdSpecificRememberMeSettings getConfiguration()
getConfiguration in interface com.atlassian.crowd.service.CrowdRememberMeServiceCopyright © 2002-2021 Atlassian. All Rights Reserved.