updated API description

This commit is contained in:
2019-09-15 13:58:16 +02:00
parent a2430f748f
commit aeab3a5ca9
28 changed files with 31 additions and 32 deletions

View File

@ -25,7 +25,7 @@ import org.apache.shiro.web.filter.authc.PassThruAuthenticationFilter;
* found at http://balusc.omnifaces.org/2013/01/apache-shiro-is-it-ready-for-java-ee-6.html#MakeShiroJSFAjaxAware)
* source by BalusC, adjusted to PassThruAuthenticationFilter by Joern Muehlencord
* @author BalusC
* @author Joern Muehlencord (joern at muehlencord.de)
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class FacesAjaxAwarePassThruAuthenticationFilter extends PassThruAuthenticationFilter {

View File

@ -22,7 +22,7 @@ import javax.faces.view.facelets.TagConfig;
/**
*
* @author Joern Muehlencord (joern at muehlencord.de)
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public abstract class AbstractAccessControlTag extends AbstractTag {

View File

@ -22,7 +22,7 @@ import javax.faces.view.facelets.TagConfig;
/**
*
* @author Joern Muehlencord (joern at muehlencord.de)
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public abstract class AbstractAuthenticationTag extends AbstractTag {

View File

@ -22,7 +22,7 @@ import javax.faces.view.facelets.TagConfig;
/**
*
* @author Joern Muehlencord (joern at muehlencord.de)
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public abstract class AbstractPermissionTag extends AbstractAccessControlTag {

View File

@ -22,7 +22,7 @@ import javax.faces.view.facelets.TagConfig;
/**
*
* @author Joern Muehlencord (joern at muehlencord.de)
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public abstract class AbstractRoleTag extends AbstractAccessControlTag {

View File

@ -24,7 +24,7 @@ import org.slf4j.LoggerFactory;
/**
*
* @author Joern Muehlencord (joern at muehlencord.de)
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public abstract class AbstractTag extends TagHandler {

View File

@ -19,7 +19,7 @@ import javax.faces.view.facelets.TagConfig;
/**
*
* @author Joern Muehlencord (joern at muehlencord.de)
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class AuthenticatedTag extends AbstractAuthenticationTag {

View File

@ -19,7 +19,7 @@ import javax.faces.view.facelets.TagConfig;
/**
*
* @author Joern Muehlencord (joern at muehlencord.de)
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class GuestTag extends AbstractAuthenticationTag {

View File

@ -22,7 +22,7 @@ import org.apache.shiro.subject.Subject;
/**
*
* @author Joern Muehlencord (joern at muehlencord.de)
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class HasAnyPermissionTag extends AbstractPermissionTag {

View File

@ -22,7 +22,7 @@ import org.apache.shiro.subject.Subject;
/**
*
* @author Joern Muehlencord (joern at muehlencord.de)
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class HasAnyRolesTag extends AbstractRoleTag {

View File

@ -19,7 +19,7 @@ import javax.faces.view.facelets.TagConfig;
/**
*
* @author Joern Muehlencord (joern at muehlencord.de)
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class HasPermissionTag extends AbstractPermissionTag {

View File

@ -19,7 +19,7 @@ import javax.faces.view.facelets.TagConfig;
/**
*
* @author Joern Muehlencord (joern at muehlencord.de)
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class HasRoleTag extends AbstractRoleTag {

View File

@ -19,7 +19,7 @@ import javax.faces.view.facelets.TagConfig;
/**
*
* @author Joern Muehlencord (joern at muehlencord.de)
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class LacksPermissionTag extends AbstractPermissionTag {

View File

@ -19,7 +19,7 @@ import javax.faces.view.facelets.TagConfig;
/**
*
* @author Joern Muehlencord (joern at muehlencord.de)
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class LacksRoleTag extends AbstractRoleTag {

View File

@ -19,7 +19,7 @@ import javax.faces.view.facelets.TagConfig;
/**
*
* @author Joern Muehlencord (joern at muehlencord.de)
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class NotAuthenticatedTag extends AbstractAuthenticationTag {

View File

@ -19,7 +19,7 @@ import javax.faces.view.facelets.TagConfig;
/**
*
* @author Joern Muehlencord (joern at muehlencord.de)
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class UserTag extends AbstractAuthenticationTag {

View File

@ -37,7 +37,7 @@ import javax.faces.view.facelets.TagConfig;
* is specified.
* </div>
*
* @author Joern Muehlencord (joern at muehlencord.de)
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class PrincipalTag extends AbstractTag {