Uses of Interface
com.netgrif.application.engine.auth.domain.RegisteredUser
-
-
Uses of RegisteredUser in com.netgrif.application.engine.auth.domain
Classes in com.netgrif.application.engine.auth.domain that implement RegisteredUser Modifier and Type Class Description classAnonymousUserclassUser -
Uses of RegisteredUser in com.netgrif.application.engine.auth.service
Methods in com.netgrif.application.engine.auth.service that return RegisteredUser Modifier and Type Method Description RegisteredUserRegistrationService. recover(java.lang.String email, java.lang.String newPassword)RegisteredUserRegistrationService. registerUser(RegistrationRequest registrationRequest)RegisteredUserRegistrationService. resetPassword(java.lang.String email)Methods in com.netgrif.application.engine.auth.service with parameters of type RegisteredUser Modifier and Type Method Description voidRegistrationService. changePassword(RegisteredUser user, java.lang.String newPassword)voidRegistrationService. encodeUserPassword(RegisteredUser user)booleanRegistrationService. stringMatchesUserPassword(RegisteredUser user, java.lang.String passwordToCompare) -
Uses of RegisteredUser in com.netgrif.application.engine.auth.service.interfaces
Methods in com.netgrif.application.engine.auth.service.interfaces that return RegisteredUser Modifier and Type Method Description RegisteredUserIRegistrationService. createNewUser(NewUserRequest newUser)RegisteredUserIRegistrationService. recover(java.lang.String email, java.lang.String newPassword)RegisteredUserIRegistrationService. registerUser(RegistrationRequest registrationRequest)RegisteredUserIRegistrationService. resetPassword(java.lang.String email)Methods in com.netgrif.application.engine.auth.service.interfaces with parameters of type RegisteredUser Modifier and Type Method Description voidIRegistrationService. changePassword(RegisteredUser user, java.lang.String newPassword)voidIRegistrationService. encodeUserPassword(RegisteredUser user)booleanIRegistrationService. stringMatchesUserPassword(RegisteredUser user, java.lang.String passwordToCompare) -
Uses of RegisteredUser in com.netgrif.application.engine.event.events.user
Constructors in com.netgrif.application.engine.event.events.user with parameters of type RegisteredUser Constructor Description UserRegistrationEvent(RegisteredUser user) -
Uses of RegisteredUser in com.netgrif.application.engine.ldap.domain
Classes in com.netgrif.application.engine.ldap.domain that implement RegisteredUser Modifier and Type Class Description classLdapUser -
Uses of RegisteredUser in com.netgrif.application.engine.mail
Methods in com.netgrif.application.engine.mail with parameters of type RegisteredUser Modifier and Type Method Description voidMailService. sendPasswordResetEmail(RegisteredUser user)voidMailService. sendRegistrationEmail(RegisteredUser user) -
Uses of RegisteredUser in com.netgrif.application.engine.mail.interfaces
Methods in com.netgrif.application.engine.mail.interfaces with parameters of type RegisteredUser Modifier and Type Method Description voidIMailService. sendPasswordResetEmail(RegisteredUser user)voidIMailService. sendRegistrationEmail(RegisteredUser user)
-