From: Roland Haeder Date: Mon, 10 Apr 2017 21:55:10 +0000 (+0200) Subject: updated own name and resources X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3f8bf014c0915d79ec9805239c62d2d16b25d701;p=juser-login-core.git updated own name and resources Signed-off-by: Roland Häder --- diff --git a/src/org/mxchange/jusercore/container/login/LoginContainer.java b/src/org/mxchange/jusercore/container/login/LoginContainer.java index 87014e9..6f71705 100644 --- a/src/org/mxchange/jusercore/container/login/LoginContainer.java +++ b/src/org/mxchange/jusercore/container/login/LoginContainer.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface LoginContainer extends Serializable { diff --git a/src/org/mxchange/jusercore/container/login/UserLoginContainer.java b/src/org/mxchange/jusercore/container/login/UserLoginContainer.java index f54a3ba..baffc20 100644 --- a/src/org/mxchange/jusercore/container/login/UserLoginContainer.java +++ b/src/org/mxchange/jusercore/container/login/UserLoginContainer.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public class UserLoginContainer implements LoginContainer { diff --git a/src/org/mxchange/jusercore/events/confirmation/ConfirmedUserAccountEvent.java b/src/org/mxchange/jusercore/events/confirmation/ConfirmedUserAccountEvent.java index 0dcc07c..167a936 100644 --- a/src/org/mxchange/jusercore/events/confirmation/ConfirmedUserAccountEvent.java +++ b/src/org/mxchange/jusercore/events/confirmation/ConfirmedUserAccountEvent.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public class ConfirmedUserAccountEvent implements UserConfirmedAccountEvent { diff --git a/src/org/mxchange/jusercore/events/confirmation/UserConfirmedAccountEvent.java b/src/org/mxchange/jusercore/events/confirmation/UserConfirmedAccountEvent.java index c66bd6b..faa1463 100644 --- a/src/org/mxchange/jusercore/events/confirmation/UserConfirmedAccountEvent.java +++ b/src/org/mxchange/jusercore/events/confirmation/UserConfirmedAccountEvent.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface UserConfirmedAccountEvent extends Serializable { diff --git a/src/org/mxchange/jusercore/events/login/UserLoggedInEvent.java b/src/org/mxchange/jusercore/events/login/UserLoggedInEvent.java index 1846490..209b7a2 100644 --- a/src/org/mxchange/jusercore/events/login/UserLoggedInEvent.java +++ b/src/org/mxchange/jusercore/events/login/UserLoggedInEvent.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface UserLoggedInEvent extends Serializable { diff --git a/src/org/mxchange/jusercore/events/login/UserLoginEvent.java b/src/org/mxchange/jusercore/events/login/UserLoginEvent.java index bfc25a6..6dc984b 100644 --- a/src/org/mxchange/jusercore/events/login/UserLoginEvent.java +++ b/src/org/mxchange/jusercore/events/login/UserLoginEvent.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public class UserLoginEvent implements UserLoggedInEvent { diff --git a/src/org/mxchange/jusercore/events/logout/ObserveableUserLogoutEvent.java b/src/org/mxchange/jusercore/events/logout/ObserveableUserLogoutEvent.java index e9d430b..effafc8 100644 --- a/src/org/mxchange/jusercore/events/logout/ObserveableUserLogoutEvent.java +++ b/src/org/mxchange/jusercore/events/logout/ObserveableUserLogoutEvent.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface ObserveableUserLogoutEvent extends Serializable { diff --git a/src/org/mxchange/jusercore/events/logout/UserLogoutEvent.java b/src/org/mxchange/jusercore/events/logout/UserLogoutEvent.java index 3ee0555..3ecb1b2 100644 --- a/src/org/mxchange/jusercore/events/logout/UserLogoutEvent.java +++ b/src/org/mxchange/jusercore/events/logout/UserLogoutEvent.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public class UserLogoutEvent implements ObserveableUserLogoutEvent { diff --git a/src/org/mxchange/jusercore/events/registration/RegisteredUserEvent.java b/src/org/mxchange/jusercore/events/registration/RegisteredUserEvent.java index d825aaa..d0d3e9a 100644 --- a/src/org/mxchange/jusercore/events/registration/RegisteredUserEvent.java +++ b/src/org/mxchange/jusercore/events/registration/RegisteredUserEvent.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public class RegisteredUserEvent implements UserRegisteredEvent { diff --git a/src/org/mxchange/jusercore/events/registration/UserRegisteredEvent.java b/src/org/mxchange/jusercore/events/registration/UserRegisteredEvent.java index f47856f..5bad60c 100644 --- a/src/org/mxchange/jusercore/events/registration/UserRegisteredEvent.java +++ b/src/org/mxchange/jusercore/events/registration/UserRegisteredEvent.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface UserRegisteredEvent extends Serializable { diff --git a/src/org/mxchange/jusercore/events/resendlink/ResendLinkUserAccountEvent.java b/src/org/mxchange/jusercore/events/resendlink/ResendLinkUserAccountEvent.java index 3f2505b..884e622 100644 --- a/src/org/mxchange/jusercore/events/resendlink/ResendLinkUserAccountEvent.java +++ b/src/org/mxchange/jusercore/events/resendlink/ResendLinkUserAccountEvent.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public class ResendLinkUserAccountEvent implements UserResendLinkAccountEvent { diff --git a/src/org/mxchange/jusercore/events/resendlink/UserResendLinkAccountEvent.java b/src/org/mxchange/jusercore/events/resendlink/UserResendLinkAccountEvent.java index 3b9b85e..efae54b 100644 --- a/src/org/mxchange/jusercore/events/resendlink/UserResendLinkAccountEvent.java +++ b/src/org/mxchange/jusercore/events/resendlink/UserResendLinkAccountEvent.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface UserResendLinkAccountEvent extends Serializable { diff --git a/src/org/mxchange/jusercore/events/user/add/AdminAddedUserEvent.java b/src/org/mxchange/jusercore/events/user/add/AdminAddedUserEvent.java index f1b8173..65c8a6a 100644 --- a/src/org/mxchange/jusercore/events/user/add/AdminAddedUserEvent.java +++ b/src/org/mxchange/jusercore/events/user/add/AdminAddedUserEvent.java @@ -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 added a new user * account. *

- * @author Roland Haeder + * @author Roland Häder */ public interface AdminAddedUserEvent extends Serializable { diff --git a/src/org/mxchange/jusercore/events/user/add/AdminUserAddedEvent.java b/src/org/mxchange/jusercore/events/user/add/AdminUserAddedEvent.java index 8889084..5d53ab0 100644 --- a/src/org/mxchange/jusercore/events/user/add/AdminUserAddedEvent.java +++ b/src/org/mxchange/jusercore/events/user/add/AdminUserAddedEvent.java @@ -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 added a new user account *

- * @author Roland Haeder + * @author Roland Häder */ public class AdminUserAddedEvent implements AdminAddedUserEvent { diff --git a/src/org/mxchange/jusercore/events/user/delete/AdminDeletedUserEvent.java b/src/org/mxchange/jusercore/events/user/delete/AdminDeletedUserEvent.java index 77b0211..96fe260 100644 --- a/src/org/mxchange/jusercore/events/user/delete/AdminDeletedUserEvent.java +++ b/src/org/mxchange/jusercore/events/user/delete/AdminDeletedUserEvent.java @@ -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 added a new user * account. *

- * @author Roland Haeder + * @author Roland Häder */ public interface AdminDeletedUserEvent extends Serializable { diff --git a/src/org/mxchange/jusercore/events/user/delete/AdminUserDeletedEvent.java b/src/org/mxchange/jusercore/events/user/delete/AdminUserDeletedEvent.java index c08a2f9..31d29a6 100644 --- a/src/org/mxchange/jusercore/events/user/delete/AdminUserDeletedEvent.java +++ b/src/org/mxchange/jusercore/events/user/delete/AdminUserDeletedEvent.java @@ -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 deleted a user account *

- * @author Roland Haeder + * @author Roland Häder */ public class AdminUserDeletedEvent implements AdminDeletedUserEvent { diff --git a/src/org/mxchange/jusercore/events/user/linked/AdminLinkedUserEvent.java b/src/org/mxchange/jusercore/events/user/linked/AdminLinkedUserEvent.java index c34ce80..14adfb4 100644 --- a/src/org/mxchange/jusercore/events/user/linked/AdminLinkedUserEvent.java +++ b/src/org/mxchange/jusercore/events/user/linked/AdminLinkedUserEvent.java @@ -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. *

- * @author Roland Haeder + * @author Roland Häder */ public interface AdminLinkedUserEvent extends Serializable { diff --git a/src/org/mxchange/jusercore/events/user/linked/AdminUserLinkedEvent.java b/src/org/mxchange/jusercore/events/user/linked/AdminUserLinkedEvent.java index f35cc70..8b067b9 100644 --- a/src/org/mxchange/jusercore/events/user/linked/AdminUserLinkedEvent.java +++ b/src/org/mxchange/jusercore/events/user/linked/AdminUserLinkedEvent.java @@ -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. *

- * @author Roland Haeder + * @author Roland Häder */ public class AdminUserLinkedEvent implements AdminLinkedUserEvent { diff --git a/src/org/mxchange/jusercore/events/user/locked/AdminLockedUserEvent.java b/src/org/mxchange/jusercore/events/user/locked/AdminLockedUserEvent.java index cd3196d..001aaf3 100644 --- a/src/org/mxchange/jusercore/events/user/locked/AdminLockedUserEvent.java +++ b/src/org/mxchange/jusercore/events/user/locked/AdminLockedUserEvent.java @@ -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. *

- * @author Roland Haeder + * @author Roland Häder */ public interface AdminLockedUserEvent extends Serializable { diff --git a/src/org/mxchange/jusercore/events/user/locked/AdminUserLockedEvent.java b/src/org/mxchange/jusercore/events/user/locked/AdminUserLockedEvent.java index a2df3f9..4f81edf 100644 --- a/src/org/mxchange/jusercore/events/user/locked/AdminUserLockedEvent.java +++ b/src/org/mxchange/jusercore/events/user/locked/AdminUserLockedEvent.java @@ -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. *

- * @author Roland Haeder + * @author Roland Häder */ public class AdminUserLockedEvent implements AdminLockedUserEvent { diff --git a/src/org/mxchange/jusercore/events/user/password_change/UpdatedUserPasswordEvent.java b/src/org/mxchange/jusercore/events/user/password_change/UpdatedUserPasswordEvent.java index f6888ea..48cc588 100644 --- a/src/org/mxchange/jusercore/events/user/password_change/UpdatedUserPasswordEvent.java +++ b/src/org/mxchange/jusercore/events/user/password_change/UpdatedUserPasswordEvent.java @@ -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. *

- * @author Roland Haeder + * @author Roland Häder */ public interface UpdatedUserPasswordEvent extends Serializable { diff --git a/src/org/mxchange/jusercore/events/user/password_change/UserUpdatedPasswordEvent.java b/src/org/mxchange/jusercore/events/user/password_change/UserUpdatedPasswordEvent.java index 629f195..166c76c 100644 --- a/src/org/mxchange/jusercore/events/user/password_change/UserUpdatedPasswordEvent.java +++ b/src/org/mxchange/jusercore/events/user/password_change/UserUpdatedPasswordEvent.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public class UserUpdatedPasswordEvent implements UpdatedUserPasswordEvent { diff --git a/src/org/mxchange/jusercore/events/user/unlocked/AdminUnlockedUserEvent.java b/src/org/mxchange/jusercore/events/user/unlocked/AdminUnlockedUserEvent.java index bc0c422..f321d83 100644 --- a/src/org/mxchange/jusercore/events/user/unlocked/AdminUnlockedUserEvent.java +++ b/src/org/mxchange/jusercore/events/user/unlocked/AdminUnlockedUserEvent.java @@ -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. *

- * @author Roland Haeder + * @author Roland Häder */ public interface AdminUnlockedUserEvent extends Serializable { diff --git a/src/org/mxchange/jusercore/events/user/unlocked/AdminUserUnlockedEvent.java b/src/org/mxchange/jusercore/events/user/unlocked/AdminUserUnlockedEvent.java index 145314b..57cf3a5 100644 --- a/src/org/mxchange/jusercore/events/user/unlocked/AdminUserUnlockedEvent.java +++ b/src/org/mxchange/jusercore/events/user/unlocked/AdminUserUnlockedEvent.java @@ -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. *

- * @author Roland Haeder + * @author Roland Häder */ public class AdminUserUnlockedEvent implements AdminUnlockedUserEvent { diff --git a/src/org/mxchange/jusercore/events/user/update/AdminUpdatedUserDataEvent.java b/src/org/mxchange/jusercore/events/user/update/AdminUpdatedUserDataEvent.java index 5b32266..0f936e1 100644 --- a/src/org/mxchange/jusercore/events/user/update/AdminUpdatedUserDataEvent.java +++ b/src/org/mxchange/jusercore/events/user/update/AdminUpdatedUserDataEvent.java @@ -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 being fired when an administrator updated user data. *

- * @author Roland Haeder + * @author Roland Häder */ public interface AdminUpdatedUserDataEvent extends Serializable { diff --git a/src/org/mxchange/jusercore/events/user/update/AdminUserDataUpdatedEvent.java b/src/org/mxchange/jusercore/events/user/update/AdminUserDataUpdatedEvent.java index 4a9fda3..e913ef4 100644 --- a/src/org/mxchange/jusercore/events/user/update/AdminUserDataUpdatedEvent.java +++ b/src/org/mxchange/jusercore/events/user/update/AdminUserDataUpdatedEvent.java @@ -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 updated user data *

- * @author Roland Haeder + * @author Roland Häder */ public class AdminUserDataUpdatedEvent implements AdminUpdatedUserDataEvent { diff --git a/src/org/mxchange/jusercore/events/user/update/UpdatedUserPersonalDataEvent.java b/src/org/mxchange/jusercore/events/user/update/UpdatedUserPersonalDataEvent.java index 9a32072..31770fb 100644 --- a/src/org/mxchange/jusercore/events/user/update/UpdatedUserPersonalDataEvent.java +++ b/src/org/mxchange/jusercore/events/user/update/UpdatedUserPersonalDataEvent.java @@ -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 being fired when a user updates personal data. *

- * @author Roland Haeder + * @author Roland Häder */ public interface UpdatedUserPersonalDataEvent extends Serializable { diff --git a/src/org/mxchange/jusercore/events/user/update/UserUpdatedPersonalDataEvent.java b/src/org/mxchange/jusercore/events/user/update/UserUpdatedPersonalDataEvent.java index 9e65dae..ff51c82 100644 --- a/src/org/mxchange/jusercore/events/user/update/UserUpdatedPersonalDataEvent.java +++ b/src/org/mxchange/jusercore/events/user/update/UserUpdatedPersonalDataEvent.java @@ -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 user has updated personal data *

- * @author Roland Haeder + * @author Roland Häder */ public class UserUpdatedPersonalDataEvent implements UpdatedUserPersonalDataEvent { diff --git a/src/org/mxchange/jusercore/exceptions/DataRepeatMismatchException.java b/src/org/mxchange/jusercore/exceptions/DataRepeatMismatchException.java index 7606d6e..3cdf482 100644 --- a/src/org/mxchange/jusercore/exceptions/DataRepeatMismatchException.java +++ b/src/org/mxchange/jusercore/exceptions/DataRepeatMismatchException.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public class DataRepeatMismatchException extends Exception { diff --git a/src/org/mxchange/jusercore/exceptions/EmailAddressAlreadyRegisteredException.java b/src/org/mxchange/jusercore/exceptions/EmailAddressAlreadyRegisteredException.java index c0e1ddf..8738564 100644 --- a/src/org/mxchange/jusercore/exceptions/EmailAddressAlreadyRegisteredException.java +++ b/src/org/mxchange/jusercore/exceptions/EmailAddressAlreadyRegisteredException.java @@ -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. *

- * @author Roland Haeder + * @author Roland Häder */ public class EmailAddressAlreadyRegisteredException extends Exception { diff --git a/src/org/mxchange/jusercore/exceptions/UserEmailAddressNotFoundException.java b/src/org/mxchange/jusercore/exceptions/UserEmailAddressNotFoundException.java index 8a1591f..9e0e14f 100644 --- a/src/org/mxchange/jusercore/exceptions/UserEmailAddressNotFoundException.java +++ b/src/org/mxchange/jusercore/exceptions/UserEmailAddressNotFoundException.java @@ -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. *

- * @author Roland Haeder + * @author Roland Häder */ public class UserEmailAddressNotFoundException extends Exception { diff --git a/src/org/mxchange/jusercore/exceptions/UserNameAlreadyRegisteredException.java b/src/org/mxchange/jusercore/exceptions/UserNameAlreadyRegisteredException.java index f32fbb1..a303971 100644 --- a/src/org/mxchange/jusercore/exceptions/UserNameAlreadyRegisteredException.java +++ b/src/org/mxchange/jusercore/exceptions/UserNameAlreadyRegisteredException.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public class UserNameAlreadyRegisteredException extends Exception { diff --git a/src/org/mxchange/jusercore/exceptions/UserNotFoundException.java b/src/org/mxchange/jusercore/exceptions/UserNotFoundException.java index c8710f7..053d342 100644 --- a/src/org/mxchange/jusercore/exceptions/UserNotFoundException.java +++ b/src/org/mxchange/jusercore/exceptions/UserNotFoundException.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public class UserNotFoundException extends Exception { diff --git a/src/org/mxchange/jusercore/exceptions/UserPasswordMismatchException.java b/src/org/mxchange/jusercore/exceptions/UserPasswordMismatchException.java index 55db22b..400a9d9 100644 --- a/src/org/mxchange/jusercore/exceptions/UserPasswordMismatchException.java +++ b/src/org/mxchange/jusercore/exceptions/UserPasswordMismatchException.java @@ -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. *

- * @author Roland Haeder + * @author Roland Häder */ public class UserPasswordMismatchException extends Exception { diff --git a/src/org/mxchange/jusercore/exceptions/UserPasswordRepeatMismatchException.java b/src/org/mxchange/jusercore/exceptions/UserPasswordRepeatMismatchException.java index 8a28369..bf9b054 100644 --- a/src/org/mxchange/jusercore/exceptions/UserPasswordRepeatMismatchException.java +++ b/src/org/mxchange/jusercore/exceptions/UserPasswordRepeatMismatchException.java @@ -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. *

- * @author Roland Haeder + * @author Roland Häder */ public class UserPasswordRepeatMismatchException extends Exception { diff --git a/src/org/mxchange/jusercore/exceptions/UserStatusConfirmedException.java b/src/org/mxchange/jusercore/exceptions/UserStatusConfirmedException.java index 28cfdb7..da9c337 100644 --- a/src/org/mxchange/jusercore/exceptions/UserStatusConfirmedException.java +++ b/src/org/mxchange/jusercore/exceptions/UserStatusConfirmedException.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public class UserStatusConfirmedException extends Exception { diff --git a/src/org/mxchange/jusercore/exceptions/UserStatusLockedException.java b/src/org/mxchange/jusercore/exceptions/UserStatusLockedException.java index bb96e7f..1d27be0 100644 --- a/src/org/mxchange/jusercore/exceptions/UserStatusLockedException.java +++ b/src/org/mxchange/jusercore/exceptions/UserStatusLockedException.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public class UserStatusLockedException extends Exception { diff --git a/src/org/mxchange/jusercore/exceptions/UserStatusUnconfirmedException.java b/src/org/mxchange/jusercore/exceptions/UserStatusUnconfirmedException.java index 543cb80..152a383 100644 --- a/src/org/mxchange/jusercore/exceptions/UserStatusUnconfirmedException.java +++ b/src/org/mxchange/jusercore/exceptions/UserStatusUnconfirmedException.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public class UserStatusUnconfirmedException extends Exception { diff --git a/src/org/mxchange/jusercore/model/email_address/ChangeableEmailAddress.java b/src/org/mxchange/jusercore/model/email_address/ChangeableEmailAddress.java index 5d2d726..949819b 100644 --- a/src/org/mxchange/jusercore/model/email_address/ChangeableEmailAddress.java +++ b/src/org/mxchange/jusercore/model/email_address/ChangeableEmailAddress.java @@ -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). *

- * @author Roland Haeder + * @author Roland Häder */ public interface ChangeableEmailAddress extends Serializable { diff --git a/src/org/mxchange/jusercore/model/email_address/EmailAddressChange.java b/src/org/mxchange/jusercore/model/email_address/EmailAddressChange.java index 718c4c5..3afa91c 100644 --- a/src/org/mxchange/jusercore/model/email_address/EmailAddressChange.java +++ b/src/org/mxchange/jusercore/model/email_address/EmailAddressChange.java @@ -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. *

- * @author Roland Haeder + * @author Roland Häder */ @Entity (name = "email_changes") @Table (name = "email_changes") diff --git a/src/org/mxchange/jusercore/model/email_address/status/EmailChangeStatus.java b/src/org/mxchange/jusercore/model/email_address/status/EmailChangeStatus.java index c472e80..e16d814 100644 --- a/src/org/mxchange/jusercore/model/email_address/status/EmailChangeStatus.java +++ b/src/org/mxchange/jusercore/model/email_address/status/EmailChangeStatus.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public enum EmailChangeStatus implements Serializable { diff --git a/src/org/mxchange/jusercore/model/user/LoginUser.java b/src/org/mxchange/jusercore/model/user/LoginUser.java index d1d8842..15d75d1 100644 --- a/src/org/mxchange/jusercore/model/user/LoginUser.java +++ b/src/org/mxchange/jusercore/model/user/LoginUser.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ @Entity (name = "users") @Table ( diff --git a/src/org/mxchange/jusercore/model/user/User.java b/src/org/mxchange/jusercore/model/user/User.java index 4bb0f05..178c2ec 100644 --- a/src/org/mxchange/jusercore/model/user/User.java +++ b/src/org/mxchange/jusercore/model/user/User.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface User extends Serializable { diff --git a/src/org/mxchange/jusercore/model/user/UserUtils.java b/src/org/mxchange/jusercore/model/user/UserUtils.java index 52dd218..7b3898a 100644 --- a/src/org/mxchange/jusercore/model/user/UserUtils.java +++ b/src/org/mxchange/jusercore/model/user/UserUtils.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public class UserUtils implements Serializable { diff --git a/src/org/mxchange/jusercore/model/user/password_history/PasswordHistory.java b/src/org/mxchange/jusercore/model/user/password_history/PasswordHistory.java index 8a1c35e..d269599 100644 --- a/src/org/mxchange/jusercore/model/user/password_history/PasswordHistory.java +++ b/src/org/mxchange/jusercore/model/user/password_history/PasswordHistory.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface PasswordHistory extends Serializable { diff --git a/src/org/mxchange/jusercore/model/user/password_history/UserPasswordHistory.java b/src/org/mxchange/jusercore/model/user/password_history/UserPasswordHistory.java index d929575..9a3b7f7 100644 --- a/src/org/mxchange/jusercore/model/user/password_history/UserPasswordHistory.java +++ b/src/org/mxchange/jusercore/model/user/password_history/UserPasswordHistory.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ @Entity (name = "user_password_history") @Table ( diff --git a/src/org/mxchange/jusercore/model/user/profilemodes/ProfileMode.java b/src/org/mxchange/jusercore/model/user/profilemodes/ProfileMode.java index 7710138..7ebea31 100644 --- a/src/org/mxchange/jusercore/model/user/profilemodes/ProfileMode.java +++ b/src/org/mxchange/jusercore/model/user/profilemodes/ProfileMode.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public enum ProfileMode implements Serializable { diff --git a/src/org/mxchange/jusercore/model/user/status/UserAccountStatus.java b/src/org/mxchange/jusercore/model/user/status/UserAccountStatus.java index f1eb67c..0ba1024 100644 --- a/src/org/mxchange/jusercore/model/user/status/UserAccountStatus.java +++ b/src/org/mxchange/jusercore/model/user/status/UserAccountStatus.java @@ -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. *

- * @author Roland Haeder + * @author Roland Häder */ public enum UserAccountStatus implements Serializable {