List of usage examples for org.apache.shiro.web.filter.authz RolesAuthorizationFilter subclass-usage
From source file co.edu.uniandes.csw.auth.filter.AuthzFilter.java
/** * * @author Jonatan */ public class AuthzFilter extends RolesAuthorizationFilter {
From source file co.edu.uniandes.csw.mpcellphone.shiro.AuthzFilter.java
/** * * @author Jonatan */ public class AuthzFilter extends RolesAuthorizationFilter {
From source file co.edu.uniandes.csw.mpusedvehicle.shiro.AuthzFilter.java
/** * * @author Jonatan */ public class AuthzFilter extends RolesAuthorizationFilter {
From source file co.edu.uniandes.csw.musicstore.shiro.AuthzFilter.java
/** * * @author Jonatan */ public class AuthzFilter extends RolesAuthorizationFilter {
From source file com.waytechs.view.security.MultipleRolesAuthorizationFilter.java
/** * * @author Marcos Llerena <mllerenap@aeosolutions.com> */ public class MultipleRolesAuthorizationFilter extends RolesAuthorizationFilter {
From source file edu.eci.pdsw.aeci.seguridad.AnyOfRolesAuthorizationFilter.java
/**
* Allows access if current user has at least one role of the specified list.
* Basically, it's the same as {@link RolesAuthorizationFilter} but using {@literal OR} instead
* of {@literal AND} on the specified roles.
*
* @see RolesAuthorizationFilter
From source file io.buji.pac4j.filter.ClientRolesAuthorizationFilter.java
/**
* This class specializes the RolesAuthorizationFilter to have a login url which is the redirection url to the provider.
*
* @author Jerome Leleu
* @since 1.0.0
*/
From source file net.maritimecloud.portal.infrastructure.security.shiro.McpAuthorizationFilter.java
/** * @author Jesper Tejlgaard * @author Christoffer Brrild */ public class McpAuthorizationFilter extends RolesAuthorizationFilter {
From source file org.apache.zeppelin.utils.AnyOfRolesAuthorizationFilter.java
/**
* Allows access if current user has at least one role of the specified list.
* <p>
* Basically, it's the same as {@link RolesAuthorizationFilter} but using {@literal OR} instead
* of {@literal AND} on the specified roles.
*/
From source file org.apache.zeppelin.utils.AnyOfRolesUserAuthorizationFilter.java
/**
* Allows access if current user has at least one role of the specified list.
* <p>
* Basically, it's the same as {@link RolesAuthorizationFilter} but using {@literal OR} instead
* of {@literal AND} on the specified roles or user.
*/