Searched refs:matchesPattern (Results 1 - 13 of 13) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DTarget.java65 * TODO Save aciDN parameter and use it in matchesPattern re-write.
68 * it can be used in the matchesPattern() method? The DN should only be
147 public boolean matchesPattern(DN dn) { method in class:Target
H A DAciTargets.java661 final boolean ret = targets.getTarget().matchesPattern(entryDN);
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DTarget.java64 * TODO Save aciDN parameter and use it in matchesPattern re-write.
67 * it can be used in the matchesPattern() method? The DN should only be
154 public boolean matchesPattern(DN dn) { method in class:Target
H A DAciTargets.java644 final boolean ret = targets.getTarget().matchesPattern(entryDN);
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DTarget.java65 * TODO Save aciDN parameter and use it in matchesPattern re-write.
68 * it can be used in the matchesPattern() method? The DN should only be
155 public boolean matchesPattern(DN dn) { method in class:Target
H A DAciTargets.java648 ret=targets.getTarget().matchesPattern(entryDN);
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DTarget.java65 * TODO Save aciDN parameter and use it in matchesPattern re-write.
68 * it can be used in the matchesPattern() method? The DN should only be
155 public boolean matchesPattern(DN dn) { method in class:Target
H A DAciTargets.java648 ret=targets.getTarget().matchesPattern(entryDN);
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTarget.java64 * TODO Save aciDN parameter and use it in matchesPattern re-write.
67 * it can be used in the matchesPattern() method? The DN should only be
154 public boolean matchesPattern(DN dn) { method in class:Target
H A DAciTargets.java644 final boolean ret = targets.getTarget().matchesPattern(entryDN);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTarget.java65 * TODO Save aciDN parameter and use it in matchesPattern re-write.
68 * it can be used in the matchesPattern() method? The DN should only be
155 public boolean matchesPattern(DN dn) { method in class:Target
H A DAciTargets.java648 ret=targets.getTarget().matchesPattern(entryDN);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsCollectionProvider.java215 if (matchesPattern(UNCREATABLE_TYPES, context.asContext(UriRouterContext.class).getBaseUri())) {
268 private boolean matchesPattern(Collection<Pattern> patterns, String baseUri) { method in class:SmsCollectionProvider
284 if (matchesPattern(UNDELETABLE_TYPES, context.asContext(UriRouterContext.class).getBaseUri())) {

Completed in 86 milliseconds