Tabnine Logo
ValuePolicyType.getName
Code IndexAdd Tabnine to your IDE (free)

How to use
getName
method
in
com.evolveum.midpoint.xml.ns._public.common.common_3.ValuePolicyType

Best Java code snippets using com.evolveum.midpoint.xml.ns._public.common.common_3.ValuePolicyType.getName (Showing top 3 results out of 315)

origin: Evolveum/midpoint

  public static void copyFromJAXB(ValuePolicyType jaxb, RValuePolicy repo, RepositoryContext repositoryContext,
      IdGeneratorResult generatorResult) throws DtoTranslationException {
    copyAssignmentHolderInformationFromJAXB(jaxb, repo, repositoryContext, generatorResult);

    repo.setNameCopy(RPolyString.copyFromJAXB(jaxb.getName()));
  }
}
origin: Evolveum/midpoint

  private boolean pwdValidHelper(String password, ValuePolicyType pp) throws SchemaException, ObjectNotFoundException, ExpressionEvaluationException, CommunicationException, ConfigurationException, SecurityViolationException {
    Task task = createTask("pwdValidHelper");
    OperationResult result = task.getResult();
    valuePolicyProcessor.validateValue(password, pp, null, "pwdValidHelper", task, result);
    result.computeStatus();
    String msg = "-> Policy "+pp.getName()+", password '"+password+"': "+result.getStatus();
    System.out.println(msg);
    LOGGER.info(msg);
    LOGGER.trace(result.debugDump());
    return (result.isSuccess());
  }
}
origin: Evolveum/midpoint

result.addArbitraryObjectAsParam("policyName", pp.getName());
normalize(pp);
com.evolveum.midpoint.xml.ns._public.common.common_3ValuePolicyTypegetName

Popular methods of ValuePolicyType

    Popular in Java

    • Running tasks concurrently on multiple threads
    • getExternalFilesDir (Context)
    • getSupportFragmentManager (FragmentActivity)
    • setScale (BigDecimal)
    • BigDecimal (java.math)
      An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
    • MessageFormat (java.text)
      Produces concatenated messages in language-neutral way. New code should probably use java.util.Forma
    • GregorianCalendar (java.util)
      GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
    • PriorityQueue (java.util)
      A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
    • Timer (java.util)
      Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
    • Handler (java.util.logging)
      A Handler object accepts a logging request and exports the desired messages to a target, for example
    • Best plugins for Eclipse
    Tabnine Logo
    • Products

      Search for Java codeSearch for JavaScript code
    • IDE Plugins

      IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
    • Company

      About UsContact UsCareers
    • Resources

      FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
    Get Tabnine for your IDE now