org.openpermis.policy.bean.basic
Interface BasicDomain.PathMatcher

Enclosing class:
BasicDomain

public static interface BasicDomain.PathMatcher

Determines if a path is contained within a domain path.

Since:
0.3.0

Method Summary
 boolean contains(String domainPath, String resourcePath)
          Returns whether a domain contains a resource.
 

Method Detail

contains

boolean contains(String domainPath,
                 String resourcePath)
Returns whether a domain contains a resource.

Parameters:
domainPath - the path for the domain.
resourcePath - the path for the resource.
Returns:
true if this matcher considers the resource to part of the domain.
Since:
0.3.0


PERMIS Role Based Access Control 0.3.0 (Build 14)
2009/05/08 09:06:10
Copyright (c) 2002-2007 Ergon Informatik AG