Searched refs:getCanonicalForm (Results 1 - 7 of 7) sorted by relevance

/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DIValueNormalizer.java33 public abstract String getCanonicalForm(String input) throws Exception; method in interface:IValueNormalizer
H A DPathNormalizer.java35 public String getCanonicalForm(String input) throws Exception { method in class:PathNormalizer
H A DUserDataInteraction.java628 result = getValueNormalizer().getCanonicalForm(input);
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DIValueNormalizer.java33 public abstract String getCanonicalForm(String input) throws Exception; method in interface:IValueNormalizer
H A DPathNormalizer.java35 public String getCanonicalForm(String input) throws Exception { method in class:PathNormalizer
H A DUserDataInteraction.java628 result = getValueNormalizer().getCanonicalForm(input);
/forgerock/jee-agents-v3.5/jee-agents-jsr196/src/main/java/com/sun/identity/agents/install/jsr196/
H A DPathNormalizerJSR196.java42 public String getCanonicalForm(String input) throws Exception { method in class:PathNormalizerJSR196
43 String result = super.getCanonicalForm(input);

Completed in 50 milliseconds