Class LdapRegistrationActorDTO
java.lang.Object
de.gustavblass.fsu.fmi.roombooking.dto.LdapRegistrationActorDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate @NotNull @AssertTrue BooleanWhether the end user agrees to the privacy policy.private @NotNull @AssertTrue BooleanWhether the end user agrees to the terms of use.private @NotNull @NotBlank StringThe literal password that the future Actor will use for login.private @NotNull @NotBlank String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
userName
-
password
-
acceptedPrivacyPolicy
Whether the end user agrees to the privacy policy. -
acceptedTermsOfUse
Whether the end user agrees to the terms of use.
-
-
Constructor Details
-
LdapRegistrationActorDTO
public LdapRegistrationActorDTO()
-
-
Method Details
-
clearCredentials
public void clearCredentials()Sets thepasswordto null.
-