fixed project setup in pom.xml, fixed author tag

This commit is contained in:
2019-09-13 09:15:19 +02:00
parent 585b6d7d02
commit 13d16a1309
18 changed files with 18 additions and 31 deletions

View File

@ -23,7 +23,7 @@ import org.primeframework.jwt.hmac.HMACVerifier;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class JWTDecoder {

View File

@ -22,7 +22,7 @@ import org.primeframework.jwt.hmac.HMACSigner;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public abstract class JWTEncoder {

View File

@ -17,7 +17,7 @@ package de.muehlencord.shared.jeeutil.jwt;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class JWTException extends Exception {

View File

@ -22,7 +22,7 @@ import org.apache.shiro.web.filter.authc.AuthenticationFilter;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class JWTGuard extends AuthenticationFilter {

View File

@ -28,7 +28,7 @@ import org.primefaces.validate.bean.ClientConstraint;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
@Target({METHOD, FIELD, ANNOTATION_TYPE})
@Retention(RUNTIME)

View File

@ -22,7 +22,7 @@ import org.primefaces.validate.bean.ClientValidationConstraint;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class EmailClientValidationConstraint implements ClientValidationConstraint {

View File

@ -21,7 +21,7 @@ import javax.validation.ConstraintValidatorContext;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class EmailConstraintValidator implements ConstraintValidator<Email, String> {

View File

@ -26,7 +26,7 @@ import javax.faces.validator.ValidatorException;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
@FacesValidator("de.muehlencord.shared.jeeutil.validator.EmailValidator")
public class EmailValidator implements Validator {