Searched refs:_anyRole (Results 1 – 3 of 3) sorted by relevance
76 private boolean _anyRole = false; field in Constraint121 _anyRole = false; in setRoles()123 for (int i = roles.length; !_anyRole && i-- > 0;) in setRoles()124 _anyRole |= ANY_ROLE.equals(roles[i]); in setRoles()133 return _anyRole; in isAnyRole()152 if (_anyRole) return true; in hasRole()182 return _authenticate && !_anyRole && (_roles == null || _roles.length == 0); in isForbidden()221 + (_anyRole ? "*" : (_roles == null ? "-" : Arrays.asList(_roles).toString())) in toString()
META-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...