Searched defs:remoteHostName (Results 1 - 11 of 11) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DDNS.java195 * @param remoteHostName Array containing components of the remote clients
201 boolean evalHostName(String[] remoteHostName, String[] pat) { argument
206 int remoteHnIndex=remoteHostName.length-pat.length;
216 for(int i=remoteHnIndex ;i<remoteHostName.length;i++)
217 if(!pat[patternIndex++].equalsIgnoreCase(remoteHostName[i]))
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DDNS.java203 * @param remoteHostName Array containing components of the remote clients
209 boolean evalHostName(String[] remoteHostName, String[] pat) { argument
214 int remoteHnIndex=remoteHostName.length-pat.length;
224 for(int i=remoteHnIndex ;i<remoteHostName.length;i++)
225 if(!pat[patternIndex++].equalsIgnoreCase(remoteHostName[i]))
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DDNS.java203 * @param remoteHostName Array containing components of the remote clients
209 boolean evalHostName(String[] remoteHostName, String[] pat) { argument
214 int remoteHnIndex=remoteHostName.length-pat.length;
224 for(int i=remoteHnIndex ;i<remoteHostName.length;i++)
225 if(!pat[patternIndex++].equalsIgnoreCase(remoteHostName[i]))
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DDNS.java195 * @param remoteHostName Array containing components of the remote clients
201 boolean evalHostName(String[] remoteHostName, String[] pat) { argument
206 int remoteHnIndex=remoteHostName.length-pat.length;
216 for(int i=remoteHnIndex ;i<remoteHostName.length;i++)
217 if(!pat[patternIndex++].equalsIgnoreCase(remoteHostName[i]))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DDNS.java203 * @param remoteHostName Array containing components of the remote clients
209 boolean evalHostName(String[] remoteHostName, String[] pat) { argument
214 int remoteHnIndex=remoteHostName.length-pat.length;
224 for(int i=remoteHnIndex ;i<remoteHostName.length;i++)
225 if(!pat[patternIndex++].equalsIgnoreCase(remoteHostName[i]))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DDNS.java177 * @param remoteHostName Array containing components of the remote clients
183 boolean evalHostName(String[] remoteHostName, String[] pat) { argument
189 int remoteHnIndex=remoteHostName.length-pat.length;
200 for(int i=remoteHnIndex ;i<remoteHostName.length;i++) {
201 if(!pat[patternIndex++].equalsIgnoreCase(remoteHostName[i])) {
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAddressMask.java338 * @param remoteHostName
343 private boolean matchHostName(final String remoteHostName) argument
345 final String[] s = remoteHostName.split("\\.", -1);
372 * @param remoteHostName
377 private boolean matchPattern(final String remoteHostName) argument
379 final int len = remoteHostName.length() - hostPattern.length();
381 && remoteHostName.regionMatches(true, len, hostPattern, 0,
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAddressMask.java337 * @param remoteHostName
342 private boolean matchHostName(final String remoteHostName) argument
344 final String[] s = remoteHostName.split("\\.", -1);
371 * @param remoteHostName
376 private boolean matchPattern(final String remoteHostName) argument
378 final int len = remoteHostName.length() - hostPattern.length();
380 && remoteHostName.regionMatches(true, len, hostPattern, 0,
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAddressMask.java338 * @param remoteHostName
343 private boolean matchHostName(final String remoteHostName) argument
345 final String[] s = remoteHostName.split("\\.", -1);
372 * @param remoteHostName
377 private boolean matchPattern(final String remoteHostName) argument
379 final int len = remoteHostName.length() - hostPattern.length();
381 && remoteHostName.regionMatches(true, len, hostPattern, 0,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAddressMask.java338 * @param remoteHostName
343 private boolean matchHostName(final String remoteHostName) argument
345 final String[] s = remoteHostName.split("\\.", -1);
372 * @param remoteHostName
377 private boolean matchPattern(final String remoteHostName) argument
379 final int len = remoteHostName.length() - hostPattern.length();
381 && remoteHostName.regionMatches(true, len, hostPattern, 0,
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAddressMask.java337 * @param remoteHostName
342 private boolean matchHostName(final String remoteHostName) argument
344 final String[] s = remoteHostName.split("\\.", -1);
371 * @param remoteHostName
376 private boolean matchPattern(final String remoteHostName) argument
378 final int len = remoteHostName.length() - hostPattern.length();
380 && remoteHostName.regionMatches(true, len, hostPattern, 0,

Completed in 80 milliseconds