/forgerock/opendj-b2.6/src/server/org/opends/server/util/ |
H A D | LevenshteinDistance.java | 43 * a target string T of length Y: 68 * needed to transform the source string into the target string, will be 89 * @param target The target string to compare. It must not be {@code null}. 92 * into the target string. 94 public static int calculate(String source, String target) argument 96 ensureNotNull(source, target); 98 // sl == source length; tl == target length 100 int tl = target.length(); 140 char t = target [all...] |
/forgerock/opendj2/src/server/org/opends/server/util/ |
H A D | LevenshteinDistance.java | 42 * a target string T of length Y: 67 * needed to transform the source string into the target string, will be 88 * @param target The target string to compare. It must not be {@code null}. 91 * into the target string. 93 public static int calculate(String source, String target) argument 95 ensureNotNull(source, target); 97 // sl == source length; tl == target length 99 int tl = target.length(); 139 char t = target [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/util/ |
H A D | LevenshteinDistance.java | 43 * a target string T of length Y: 68 * needed to transform the source string into the target string, will be 89 * @param target The target string to compare. It must not be {@code null}. 92 * into the target string. 94 public static int calculate(String source, String target) argument 96 ensureNotNull(source, target); 98 // sl == source length; tl == target length 100 int tl = target.length(); 140 char t = target [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/ |
H A D | LevenshteinDistance.java | 43 * a target string T of length Y: 68 * needed to transform the source string into the target string, will be 89 * @param target The target string to compare. It must not be {@code null}. 92 * into the target string. 94 public static int calculate(String source, String target) argument 96 ensureNotNull(source, target); 98 // sl == source length; tl == target length 100 int tl = target.length(); 140 char t = target [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/util/ |
H A D | LevenshteinDistance.java | 42 * a target string T of length Y: 67 * needed to transform the source string into the target string, will be 88 * @param target The target string to compare. It must not be {@code null}. 91 * into the target string. 93 public static int calculate(String source, String target) argument 95 ensureNotNull(source, target); 97 // sl == source length; tl == target length 99 int tl = target.length(); 139 char t = target [all...] |
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/ |
H A D | InstantGroupRunnable.java | 45 protected ScheduleableGroupAction target; field in class:InstantGroupRunnable 50 * @param target The ScheduleableGroupAction interface to be run on the 56 public InstantGroupRunnable(ScheduleableGroupAction target, argument 59 this.target = target; 89 if (target != null) { 90 target.doGroupAction(obj);
|
H A D | RunnableTimerTask.java | 39 protected Runnable target; field in class:RunnableTimerTask 44 * @param target The runnable interface to be run 47 public RunnableTimerTask(Runnable target) { argument 49 this.target = target; 55 * @param target The runnable to assign 58 public synchronized void setRunnable(Runnable target) { argument 59 this.target = target; 69 return target; [all...] |
H A D | PeriodicGroupRunnable.java | 48 protected ScheduleableGroupAction target; field in class:PeriodicGroupRunnable 53 * @param target The ScheduleableGroupAction interface to be run on the 61 public PeriodicGroupRunnable(ScheduleableGroupAction target, argument 65 this.target = target; 75 if (target != null) { 76 target.doGroupAction(obj);
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/ |
H A D | LevenshteinDistance.java | 43 * a target string T of length Y: 68 * needed to transform the source string into the target string, will be 89 * @param target The target string to compare. It must not be {@code null}. 92 * into the target string. 94 public static int calculate(String source, String target) argument 96 ifNull(source, target); 98 // sl == source length; tl == target length 100 int tl = target.length(); 140 char t = target [all...] |
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/ |
H A D | InstantGroupRunnable.java | 45 protected ScheduleableGroupAction target; field in class:InstantGroupRunnable 50 * @param target The ScheduleableGroupAction interface to be run on the 56 public InstantGroupRunnable(ScheduleableGroupAction target, argument 59 this.target = target; 89 if (target != null) { 90 target.doGroupAction(obj);
|
H A D | RunnableTimerTask.java | 39 protected Runnable target; field in class:RunnableTimerTask 44 * @param target The runnable interface to be run 47 public RunnableTimerTask(Runnable target) { argument 49 this.target = target; 55 * @param target The runnable to assign 58 public synchronized void setRunnable(Runnable target) { argument 59 this.target = target; 69 return target; [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/tasks/ |
H A D | InitializeTargetTask.java | 67 private int target; field in class:InitializeTargetTask 118 target = domain.decodeTarget(targetString); 134 domain.initializeRemote(target, this);
|
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/ |
H A D | ConfigFromFile.java | 478 private <T> void addAll(Collection<T> target, Collection<T> source) argument 482 target.addAll(source);
|
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/ |
H A D | ConfigFromFile.java | 477 private <T> void addAll(Collection<T> target, Collection<T> source) argument 481 target.addAll(source);
|
/forgerock/opendj2/src/server/org/opends/server/tasks/ |
H A D | InitializeTargetTask.java | 60 private int target; field in class:InitializeTargetTask 110 target = domain.decodeTarget(targetString); 127 domain.initializeRemote(target, this);
|
/forgerock/opendj2.6.2/src/server/org/opends/server/tasks/ |
H A D | InitializeTargetTask.java | 67 private int target; field in class:InitializeTargetTask 118 target = domain.decodeTarget(targetString); 134 domain.initializeRemote(target, this);
|
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/ |
H A D | ConfigFromFile.java | 478 private <T> void addAll(Collection<T> target, Collection<T> source) argument 482 target.addAll(source);
|
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/ |
H A D | ConfigFromFile.java | 477 private <T> void addAll(Collection<T> target, Collection<T> source) argument 481 target.addAll(source);
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tasks/ |
H A D | InitializeTargetTask.java | 67 private int target; field in class:InitializeTargetTask 118 target = domain.decodeTarget(targetString); 134 domain.initializeRemote(target, this);
|
/forgerock/opendj2-hg/src/server/org/opends/server/tasks/ |
H A D | InitializeTargetTask.java | 60 private int target; field in class:InitializeTargetTask 110 target = domain.decodeTarget(targetString); 127 domain.initializeRemote(target, this);
|
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/ |
H A D | ConfigFromFile.java | 478 private <T> void addAll(Collection<T> target, Collection<T> source) argument 482 target.addAll(source);
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/servlet/ |
H A D | SAMLPOSTProfileServlet.java | 106 String target = request.getParameter(SAMLConstants.POST_TARGET_PARAM); 107 if (target == null || target.length() == 0) { 120 SAMLServiceManager.SiteEntry destSite = getDestSite(target); 125 target}; 131 SAMLUtils.bundle.getString("targetForbidden") + " " + target); 152 request, response, destSite.getSourceID(), target, 226 target, destSiteUrl, new String(signedBytes, "UTF-8")}; 231 target, destSiteUrl}; 244 SAMLConstants.POST_TARGET_PARAM + "\" VALUE=\"" + target 250 getDestSite(String target) argument [all...] |
/forgerock/openam-v13/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/token/validator/disp/ |
H A D | OpenIdConnectAuthenticationRequestDispatcher.java | 52 public String dispatch(URL url, AuthTargetMapping.AuthTarget target, OpenIdConnectIdToken token) throws TokenValidationException { argument 53 if (target == null) { 59 Object headerKey = target.getContext().get(AMSTSConstants.OPEN_ID_CONNECT_ID_TOKEN_AUTH_TARGET_HEADER_KEY);
|
H A D | RestUsernameTokenAuthenticationRequestDispatcher.java | 51 public String dispatch(URL url, AuthTargetMapping.AuthTarget target, RestUsernameToken token) throws TokenValidationException { argument
|
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/token/validator/disp/ |
H A D | SoapUsernameTokenAuthenticationRequestDispatcher.java | 52 public String dispatch(URL url, AuthTargetMapping.AuthTarget target, UsernameToken token) throws TokenValidationException { argument
|