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


OpenPermis Role Based Access Control 0.9.0 (Build 16)
2009/08/13 07:16:59
Copyright (c) 2002-2007 Ergon Informatik AG