Uses of Class
org.olat.registration.TemporaryKeyImpl

Packages that use TemporaryKeyImpl
org.olat.registration   
 

Uses of TemporaryKeyImpl in org.olat.registration
 

Methods in org.olat.registration that return TemporaryKeyImpl
 TemporaryKeyImpl RegistrationManager.createTemporaryKeyByEmail(java.lang.String email, java.lang.String ip, java.lang.String action)
          A temporary key is created
 TemporaryKeyImpl RegistrationManager.loadTemporaryKeyByEmail(java.lang.String email)
          returns an existing TemporaryKey by a given email address or null if none found
 TemporaryKeyImpl RegistrationManager.loadTemporaryKeyByRegistrationKey(java.lang.String regkey)
          Looks for a TemporaryKey by a given registrationkey
 TemporaryKeyImpl RegistrationManager.register(java.lang.String emailaddress, java.lang.String ipaddress, java.lang.String action)
          Creates a TemporaryKey and saves it permanently
 

Methods in org.olat.registration with parameters of type TemporaryKeyImpl
 Identity RegistrationManager.createNewUserAndIdentityFromTemporaryKey(java.lang.String login, java.lang.String pwd, User myUser, TemporaryKeyImpl tk)
          creates a new user and identity with the data of the temporary key (email) and other supplied user data (within myUser)
 void RegistrationManager.deleteTemporaryKey(TemporaryKeyImpl key)
          deletes a TemporaryKey