]> git.mxchange.org Git - juser-login-core.git/commitdiff
updated own name and resources
authorRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:10 +0000 (23:55 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:10 +0000 (23:55 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
48 files changed:
src/org/mxchange/jusercore/container/login/LoginContainer.java
src/org/mxchange/jusercore/container/login/UserLoginContainer.java
src/org/mxchange/jusercore/events/confirmation/ConfirmedUserAccountEvent.java
src/org/mxchange/jusercore/events/confirmation/UserConfirmedAccountEvent.java
src/org/mxchange/jusercore/events/login/UserLoggedInEvent.java
src/org/mxchange/jusercore/events/login/UserLoginEvent.java
src/org/mxchange/jusercore/events/logout/ObserveableUserLogoutEvent.java
src/org/mxchange/jusercore/events/logout/UserLogoutEvent.java
src/org/mxchange/jusercore/events/registration/RegisteredUserEvent.java
src/org/mxchange/jusercore/events/registration/UserRegisteredEvent.java
src/org/mxchange/jusercore/events/resendlink/ResendLinkUserAccountEvent.java
src/org/mxchange/jusercore/events/resendlink/UserResendLinkAccountEvent.java
src/org/mxchange/jusercore/events/user/add/AdminAddedUserEvent.java
src/org/mxchange/jusercore/events/user/add/AdminUserAddedEvent.java
src/org/mxchange/jusercore/events/user/delete/AdminDeletedUserEvent.java
src/org/mxchange/jusercore/events/user/delete/AdminUserDeletedEvent.java
src/org/mxchange/jusercore/events/user/linked/AdminLinkedUserEvent.java
src/org/mxchange/jusercore/events/user/linked/AdminUserLinkedEvent.java
src/org/mxchange/jusercore/events/user/locked/AdminLockedUserEvent.java
src/org/mxchange/jusercore/events/user/locked/AdminUserLockedEvent.java
src/org/mxchange/jusercore/events/user/password_change/UpdatedUserPasswordEvent.java
src/org/mxchange/jusercore/events/user/password_change/UserUpdatedPasswordEvent.java
src/org/mxchange/jusercore/events/user/unlocked/AdminUnlockedUserEvent.java
src/org/mxchange/jusercore/events/user/unlocked/AdminUserUnlockedEvent.java
src/org/mxchange/jusercore/events/user/update/AdminUpdatedUserDataEvent.java
src/org/mxchange/jusercore/events/user/update/AdminUserDataUpdatedEvent.java
src/org/mxchange/jusercore/events/user/update/UpdatedUserPersonalDataEvent.java
src/org/mxchange/jusercore/events/user/update/UserUpdatedPersonalDataEvent.java
src/org/mxchange/jusercore/exceptions/DataRepeatMismatchException.java
src/org/mxchange/jusercore/exceptions/EmailAddressAlreadyRegisteredException.java
src/org/mxchange/jusercore/exceptions/UserEmailAddressNotFoundException.java
src/org/mxchange/jusercore/exceptions/UserNameAlreadyRegisteredException.java
src/org/mxchange/jusercore/exceptions/UserNotFoundException.java
src/org/mxchange/jusercore/exceptions/UserPasswordMismatchException.java
src/org/mxchange/jusercore/exceptions/UserPasswordRepeatMismatchException.java
src/org/mxchange/jusercore/exceptions/UserStatusConfirmedException.java
src/org/mxchange/jusercore/exceptions/UserStatusLockedException.java
src/org/mxchange/jusercore/exceptions/UserStatusUnconfirmedException.java
src/org/mxchange/jusercore/model/email_address/ChangeableEmailAddress.java
src/org/mxchange/jusercore/model/email_address/EmailAddressChange.java
src/org/mxchange/jusercore/model/email_address/status/EmailChangeStatus.java
src/org/mxchange/jusercore/model/user/LoginUser.java
src/org/mxchange/jusercore/model/user/User.java
src/org/mxchange/jusercore/model/user/UserUtils.java
src/org/mxchange/jusercore/model/user/password_history/PasswordHistory.java
src/org/mxchange/jusercore/model/user/password_history/UserPasswordHistory.java
src/org/mxchange/jusercore/model/user/profilemodes/ProfileMode.java
src/org/mxchange/jusercore/model/user/status/UserAccountStatus.java

index 87014e9c0e118e1f6512b8c198cd9ced3b35822c..6f71705d3c40e737a8143aaa5836dca7095a41c7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * A container for login data
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface LoginContainer extends Serializable {
 
index f54a3ba0a4496e7e000c991b2d9d7a6d345b2af0..baffc208259d0b2f6076d8d9adc002b5dddba78d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * A user login container
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class UserLoginContainer implements LoginContainer {
 
index 0dcc07cd0f724d4c5bc48c53f5f1c07138dbc07b..167a936cb4d8f8dd090c43759172fd470d2e113f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * An event, fired if a new confirmedUser has confirmed
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class ConfirmedUserAccountEvent implements UserConfirmedAccountEvent {
 
index c66bd6b7705ac67bcf4039ae4b5c1339f1e1cf10..faa1463b83c76c5d6abcd718c82b19d6927565d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * An event interface, fired if a new user has registered
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface UserConfirmedAccountEvent extends Serializable {
 
index 184649077f03f5489acea941bb0ba8d48121127c..209b7a283460fe8bcf8620432fc2a4c7e07a472f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * An interface for events after the user has logged in
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface UserLoggedInEvent extends Serializable {
 
index bfc25a6b8f6381489434badb47136edc88b88afe..6dc984bc5eb45e22f1670d13ddc1f6592d201233 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * This event is fired when the loggedInUser has logged in
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class UserLoginEvent implements UserLoggedInEvent {
 
index e9d430b988816f4f92db7ef59bc33200c1384c6e..effafc8117478214535c9047805166635a862958 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * An interface for events after the user has logged in
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface ObserveableUserLogoutEvent extends Serializable {
 
index 3ee0555397b8b4608da27423c069508f7d8a52e5..3ecb1b2da354607f69df570e5f874af947eff8ae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * This event is fired when the loggedOutUser has logged in
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class UserLogoutEvent implements ObserveableUserLogoutEvent {
 
index d825aaaecc12642250b5f98daf25c65943262663..d0d3e9a1f1b2dc5879b34c58944a7459d11ab481 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * An event, fired if a new registeredUser has registered
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class RegisteredUserEvent implements UserRegisteredEvent {
 
index f47856f47081c509e4600e6964704fa0500652f9..5bad60c45af36790625fdf041c0accefd38c7103 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * An event interface, fired if a new user has registered
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface UserRegisteredEvent extends Serializable {
 
index 3f2505be4204e0afd4a4c35a6d625f921746d4c6..884e6229ee85599bce1cad9d2544f35f102f0969 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * An event, fired if a user has resend confirmation link
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class ResendLinkUserAccountEvent implements UserResendLinkAccountEvent {
 
index 3b9b85e9fd412f8cbdbde77488186718e635ca2f..efae54b20242ee31ecff23fe6a5c9d0089e5ce0a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * An event interface, fired if a user has resend confirmation link
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface UserResendLinkAccountEvent extends Serializable {
 
index f1b8173b40110546a0eba81491e5e85fddb9e732..65c8a6afc9884c7ba4e96265824e01d90b18126d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2016 Roland Haeder\r
+ * Copyright (C) 2016 Roland Häder\r
  *\r
  * This program is free software: you can redistribute it and/or modify\r
  * it under the terms of the GNU General Public License as published by\r
@@ -23,7 +23,7 @@ import org.mxchange.jusercore.model.user.User;
  * An interface for events being fired when an administrator added a new user\r
  * account.\r
  * <p>\r
- * @author Roland Haeder<roland@mxchange.org>\r
+ * @author Roland Häder<roland@mxchange.org>\r
  */\r
 public interface AdminAddedUserEvent extends Serializable {\r
 \r
index 8889084559caa418956ae23631407352eb8b53ad..5d53ab034b1aaad78ff590460e1c57fe601502de 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2016 Roland Haeder\r
+ * Copyright (C) 2016 Roland Häder\r
  *\r
  * This program is free software: you can redistribute it and/or modify\r
  * it under the terms of the GNU General Public License as published by\r
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.User;
 /**\r
  * An event being fired when the administrator has added a new user account\r
  * <p>\r
- * @author Roland Haeder<roland@mxchange.org>\r
+ * @author Roland Häder<roland@mxchange.org>\r
  */\r
 public class AdminUserAddedEvent implements AdminAddedUserEvent {\r
 \r
index 77b0211c564b66da6034b797a5673221887a7b67..96fe2604b2325ac129213e1e4750627f0c5473b9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2016 Roland Haeder\r
+ * Copyright (C) 2016 Roland Häder\r
  *\r
  * This program is free software: you can redistribute it and/or modify\r
  * it under the terms of the GNU General Public License as published by\r
@@ -23,7 +23,7 @@ import org.mxchange.jusercore.model.user.User;
  * An interface for events being fired when an administrator added a new user\r
  * account.\r
  * <p>\r
- * @author Roland Haeder<roland@mxchange.org>\r
+ * @author Roland Häder<roland@mxchange.org>\r
  */\r
 public interface AdminDeletedUserEvent extends Serializable {\r
 \r
index c08a2f9ffbb1b205f95329fdfe7ba98a9bc3cbb9..31d29a65f55d46d2a1a3d64bb97b101e112b804f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2016 Roland Haeder\r
+ * Copyright (C) 2016 Roland Häder\r
  *\r
  * This program is free software: you can redistribute it and/or modify\r
  * it under the terms of the GNU General Public License as published by\r
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.User;
 /**\r
  * An event being fired when the administrator has deleted a user account\r
  * <p>\r
- * @author Roland Haeder<roland@mxchange.org>\r
+ * @author Roland Häder<roland@mxchange.org>\r
  */\r
 public class AdminUserDeletedEvent implements AdminDeletedUserEvent {\r
 \r
index c34ce80eb28622fc68b21fab4e34c326e14db82e..14adfb43a8d08852652d7193c4ea163903cd183a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@ import org.mxchange.jusercore.model.user.User;
  * An interface for events being fired when an administrator linked a new user
  * account with existing contact data.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AdminLinkedUserEvent extends Serializable {
 
index f35cc705b27f92e362019ea71f93b27508ac5065..8b067b9a51399192e406d265af9d23ee98bfe46c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@ import org.mxchange.jusercore.model.user.User;
  * An event being fired when the administrator has linked a new user account
  * with existing contact data.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class AdminUserLinkedEvent implements AdminLinkedUserEvent {
 
index cd3196d86887c5da9225b3a8b82f6dc232861118..001aaf34a8b79bdb687fbd2e63845926e4a3a238 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@ import org.mxchange.jusercore.model.user.User;
  * An interface for events being fired when an administrator locked a user
  * account.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AdminLockedUserEvent extends Serializable {
 
index a2df3f95924ee8a0b346310e746e5a8ec05af75c..4f81edffe0793079e6c37626c7c88badc504b076 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * An event being fired when the administrator has locked a user account.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class AdminUserLockedEvent implements AdminLockedUserEvent {
 
index f6888ea58c7ed4e26ad21eeedb329905b7ec1591..48cc588a9cf9cdb3e9d0bbf54822ca87c205e619 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.password_history.PasswordHistory;
 /**
  * An interface for events being fired when a user updates personal data.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface UpdatedUserPasswordEvent extends Serializable {
 
index 629f195c037325dd76191ef825ccefa050835173..166c76cf9f22021da64d9e9fa4f4271d30dcd640 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.password_history.PasswordHistory;
 /**
  * An event being fired when the user has updated personal data
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class UserUpdatedPasswordEvent implements UpdatedUserPasswordEvent {
 
index bc0c42294e4e195ccc71d45b21f0406f98a31885..f321d834b1d57a4ede4a5a8dcc413a18f9f309bb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@ import org.mxchange.jusercore.model.user.User;
  * An interface for events being fired when an administrator unlocked a user
  * account.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AdminUnlockedUserEvent extends Serializable {
 
index 145314bb657f9af222fe5fa211fd050e5c8ae84d..57cf3a5f4bcacf326226227c4eb20511690c0f22 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * An event being fired when the administrator has unlocked a user account.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class AdminUserUnlockedEvent implements AdminUnlockedUserEvent {
 
index 5b322669090e329971801076550a5b13085d212c..0f936e1961c0f365ab188fafb3b2600bec999110 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2016 Roland Haeder\r
+ * Copyright (C) 2016 Roland Häder\r
  *\r
  * This program is free software: you can redistribute it and/or modify\r
  * it under the terms of the GNU General Public License as published by\r
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.User;
 /**\r
  * An interface for events being fired when an administrator updated user data.\r
  * <p>\r
- * @author Roland Haeder<roland@mxchange.org>\r
+ * @author Roland Häder<roland@mxchange.org>\r
  */\r
 public interface AdminUpdatedUserDataEvent extends Serializable {\r
 \r
index 4a9fda387e6908f402d168ef4e233f987db78994..e913ef443c71a85f3bc59930840851a34020660a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2016 Roland Haeder\r
+ * Copyright (C) 2016 Roland Häder\r
  *\r
  * This program is free software: you can redistribute it and/or modify\r
  * it under the terms of the GNU General Public License as published by\r
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.User;
 /**\r
  * An event being fired when the administrator has updated user data\r
  * <p>\r
- * @author Roland Haeder<roland@mxchange.org>\r
+ * @author Roland Häder<roland@mxchange.org>\r
  */\r
 public class AdminUserDataUpdatedEvent implements AdminUpdatedUserDataEvent {\r
 \r
index 9a3207291b6eefa894308954b1814588d392633f..31770fb7c2edb6a587bf6948c0d7e9d3cb6325ee 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2016 Roland Haeder\r
+ * Copyright (C) 2016 Roland Häder\r
  *\r
  * This program is free software: you can redistribute it and/or modify\r
  * it under the terms of the GNU General Public License as published by\r
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.User;
 /**\r
  * An interface for events being fired when a user updates personal data.\r
  * <p>\r
- * @author Roland Haeder<roland@mxchange.org>\r
+ * @author Roland Häder<roland@mxchange.org>\r
  */\r
 public interface UpdatedUserPersonalDataEvent extends Serializable {\r
 \r
index 9e65dae243a3c6fa665f9a7f0fc390d594eef290..ff51c828a9f10400e8fa496c0efb363fe0a72d77 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2016 Roland Haeder\r
+ * Copyright (C) 2016 Roland Häder\r
  *\r
  * This program is free software: you can redistribute it and/or modify\r
  * it under the terms of the GNU General Public License as published by\r
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.User;
 /**\r
  * An event being fired when the user has updated personal data\r
  * <p>\r
- * @author Roland Haeder<roland@mxchange.org>\r
+ * @author Roland Häder<roland@mxchange.org>\r
  */\r
 public class UserUpdatedPersonalDataEvent implements UpdatedUserPersonalDataEvent {\r
 \r
index 7606d6e540a1587b19e88f238dca97f5042e66eb..3cdf482b42e72523f7711f7e4f1d28c1ee6a5e85 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@ package org.mxchange.jusercore.exceptions;
 /**
  * An exception thrown when the user has not entered same email addresses
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class DataRepeatMismatchException extends Exception {
 
index c0e1ddf7c2f374fc9dc9bbb7854e7f8ec32325cb..8738564ccd00549a79e54796b0c3a4ecef1898a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * An exception thrown when the user's email address is already registered.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class EmailAddressAlreadyRegisteredException extends Exception {
 
index 8a1591ffb8c21fa07d1237dfb94ce71b7eefb1c6..9e0e14f061d6b6fd6d3153824839733de2b84ffd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@ import java.text.MessageFormat;
 /**
  * An exception thrown when an user email address was not found.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class UserEmailAddressNotFoundException extends Exception {
 
index f32fbb1f793414d5ee89ca264ed6fc3e84f5fae9..a30397135c0eb3759896955732987622ee05c86c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * An exception thrown when the user name is already registered
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class UserNameAlreadyRegisteredException extends Exception {
 
index c8710f71ad0881565661f051a31abd2c762c2f4b..053d3421e4f81d1625648a4c892403c0b450d960 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * An exception thrown when the user's account was not found
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class UserNotFoundException extends Exception {
 
index 55db22b4450be33af52d9c8f80136fa4d1dfdfab..400a9d93ab30c237e22dce5f2db9be1dea1b9fb6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@ import org.mxchange.jusercore.model.user.User;
  * An exception thrown when the entered password did not match the stored
  * password.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class UserPasswordMismatchException extends Exception {
 
index 8a2836942aef3fb1cba178940b02adc9c342ff17..bf9b054a75da6444702f8de12c2ef6b3763fbc6f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@ import org.mxchange.jusercore.model.user.User;
  * An exception thrown when the entered password did not match the stored
  * password.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class UserPasswordRepeatMismatchException extends Exception {
 
index 28cfdb7db81873a6e68b0e7b1e9c7c8f61d23a17..da9c337d9290b66fcaa5e5a491fd7d5deaa39d84 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * An exception thrown when the user account is unconfirmed
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class UserStatusConfirmedException extends Exception {
 
index bb96e7ff45f7a648565bf1a6464d0f074dd21c51..1d27be06cb16af9e6ac7f1a885760c88a1e202d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * An exception thrown when the user account is locked
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class UserStatusLockedException extends Exception {
 
index 543cb804c7032c2330dfdccb77ffa6ad8c72ea91..152a383adab0b8d2ae591a90bf6f54933ce5d01c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * An exception thrown when the user account is unconfirmed
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class UserStatusUnconfirmedException extends Exception {
 
index 5d2d726e3ecf16fd381735edefe704d4b33dbb7f..949819b0ef36c64aedf02410363c85aa8b4dc4a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@ import org.mxchange.jusercore.model.user.User;
  * A POJI for email address changes. This is required to have the user confirm
  * the change (avoids abuse a bit).
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface ChangeableEmailAddress extends Serializable {
 
index 718c4c5bc68c5d031728b1f8ff4b53cda4154a1d..3afa91cc982da7b4b754c63b5e2fc16f8569cff8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -42,7 +42,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * A POJO for changing email addresses.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Entity (name = "email_changes")
 @Table (name = "email_changes")
index c472e809e448599c363cfbcbf587e864c2a7dde1..e16d81422e94cef0a831a25d3d28bf376022a574 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@ import java.io.Serializable;
 /**
  * An enumeration for email changing
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public enum EmailChangeStatus implements Serializable {
 
index d1d884287fc55919e402a6bede5ab4e42910b236..15d75d17cfb66bfdc94baab93d6f974fadb67a08 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -45,7 +45,7 @@ import org.mxchange.jusercore.model.user.status.UserAccountStatus;
 /**
  * A generic user entity class
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Entity (name = "users")
 @Table (
index 4bb0f051ba0d22c04fba5dd12c128bc34d928520..178c2ecba775590bf9e19b3c0982dca95d41ed7c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -26,7 +26,7 @@ import org.mxchange.jusercore.model.user.status.UserAccountStatus;
 /**
  * A user POPJI
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface User extends Serializable {
 
index 52dd218d7e9b71469e3d420185d43c119db445ab..7b3898a703dd63e14e699f84835d242ae4691bfe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -31,7 +31,7 @@ import org.mxchange.jusercore.container.login.LoginContainer;
 /**
  * An utilities class for users
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class UserUtils implements Serializable {
 
index 8a1c35efeffd5d39faf054d70cecf33b3a9e649f..d2695995a8c053cfc84e3211a4a8601f572119d8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * A POJI for user password history
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface PasswordHistory extends Serializable {
 
index d929575342acc97a8234ebbdeb62c546515ff6d4..9a3b7f77ec56adc2fb42ebc54c1f9726e90c5d19 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -39,7 +39,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * A POJO for user password history
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Entity (name = "user_password_history")
 @Table (
index 771013886b7bd8905d8cc56c989907fcecdcf4fd..7ebea3173a55cca24ebbba23540b62cb53407530 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@ import java.io.Serializable;
 /**
  * User profile modes
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public enum ProfileMode implements Serializable {
 
index f1eb67c1cd8a5becb85a344eed233b380caf2757..0ba102411185e9fc4e3f16518b6acde8ebf6890c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@ import java.io.Serializable;
 /**
  * An enumeration for user's account status like confirmed, locked, etc.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public enum UserAccountStatus implements Serializable {