Searched refs:FEDLET_HOME_TAG (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/configuration/
H A DFedLibSystemProperties.java55 private static final String FEDLET_HOME_TAG = "@FEDLET_HOME@"; field in class:FedLibSystemProperties
123 int loc = value.indexOf(FEDLET_HOME_TAG);
127 value.substring(FEDLET_HOME_TAG.length());
131 value.substring(loc + FEDLET_HOME_TAG.length());
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/configuration/
H A DFedLibSystemProperties.java53 private static final String FEDLET_HOME_TAG = "@FEDLET_HOME@"; field in class:FedLibSystemProperties
127 int loc = value.indexOf(FEDLET_HOME_TAG);
131 value.substring(FEDLET_HOME_TAG.length());
135 value.substring(loc + FEDLET_HOME_TAG.length());

Completed in 28 milliseconds