Searched refs:MSG_DELIMITER (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/http/
H A DAuthenticationServiceV1.java370 int delimiterIndex = message.indexOf(AuthClientUtils.MSG_DELIMITER);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/http/
H A DAuthenticationServiceV1.java386 int delimiterIndex = message.indexOf(AuthClientUtils.MSG_DELIMITER);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java119 public static final String MSG_DELIMITER= "|"; field in class:AuthClientUtils
1862 int commaIndex = resProperty.indexOf(MSG_DELIMITER);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java119 public static final String MSG_DELIMITER= "|"; field in class:AuthClientUtils
1865 int commaIndex = resProperty.indexOf(MSG_DELIMITER);

Completed in 36 milliseconds