Uses of Class
org.craftercms.profile.api.PersistentLogin
-
-
Uses of PersistentLogin in org.craftercms.profile.api.services
Methods in org.craftercms.profile.api.services that return PersistentLogin Modifier and Type Method Description PersistentLoginAuthenticationService. createPersistentLogin(String profileId)Creates a persistent login, use for remember me functionality.PersistentLoginAuthenticationService. getPersistentLogin(String loginId)Returns the persistent login object for the given ID.PersistentLoginAuthenticationService. refreshPersistentLoginToken(String loginId)Refreshes the token of the specified persistent login. -
Uses of PersistentLogin in org.craftercms.profile.controllers.rest
Methods in org.craftercms.profile.controllers.rest that return PersistentLogin Modifier and Type Method Description PersistentLoginAuthenticationController. createPersistentLogin(String profileId)PersistentLoginAuthenticationController. getPersistentLogin(String loginId)PersistentLoginAuthenticationController. refreshPersistentLoginToken(String loginId) -
Uses of PersistentLogin in org.craftercms.profile.repositories
Methods in org.craftercms.profile.repositories that return PersistentLogin Modifier and Type Method Description PersistentLoginPersistentLoginRepository. findByProfileIdAndToken(String profileId, String token)Returns the login associated to the given profile ID and token. -
Uses of PersistentLogin in org.craftercms.profile.repositories.impl
Methods in org.craftercms.profile.repositories.impl that return PersistentLogin Modifier and Type Method Description PersistentLoginPersistentLoginRepositoryImpl. findByProfileIdAndToken(String profileId, String token) -
Uses of PersistentLogin in org.craftercms.profile.services.impl
Methods in org.craftercms.profile.services.impl that return PersistentLogin Modifier and Type Method Description PersistentLoginAuthenticationServiceImpl. createPersistentLogin(String profileId)PersistentLoginAuthenticationServiceRestClient. createPersistentLogin(String profileId)PersistentLoginAuthenticationServiceImpl. getPersistentLogin(String loginId)PersistentLoginAuthenticationServiceRestClient. getPersistentLogin(String loginId)PersistentLoginAuthenticationServiceImpl. refreshPersistentLoginToken(String loginId)PersistentLoginAuthenticationServiceRestClient. refreshPersistentLoginToken(String loginId) -
Uses of PersistentLogin in org.craftercms.security.authentication.impl
Methods in org.craftercms.security.authentication.impl that return PersistentLogin Modifier and Type Method Description protected PersistentLoginRememberMeManagerImpl. deserializeLogin(String serializedLogin)protected PersistentLoginRememberMeManagerImpl. getPersistentLoginFromCookie(javax.servlet.http.HttpServletRequest request)Methods in org.craftercms.security.authentication.impl with parameters of type PersistentLogin Modifier and Type Method Description protected StringRememberMeManagerImpl. serializeLogin(PersistentLogin login)
-