Revision 1207 org.gvsig.tools/library/trunk/org.gvsig.tools/org.gvsig.tools.lib/src/main/java/org/gvsig/tools/identitymanagement/spi/AbstractSimpleIdentity.java

View differences:

AbstractSimpleIdentity.java
24 24
        return null;
25 25
    }
26 26

  
27
    public boolean isAuthorized(String actionName) {
28
        boolean b = true;
29
        return b;
30
    }
31
    
27 32
    public boolean isAuthorized(String actionName, Object resource, String resourceName) {
28
        return true;
33
        boolean b = true;
34
        return b;
29 35
    }
30 36

  
31 37
    public boolean canRead(Object resource, String resourceName) {

Also available in: Unified diff