Searched refs:pipe (Results 1 - 5 of 5) sorted by relevance

/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMOAuth2ProviderSettings.java662 int pipe = claim.indexOf('|');
663 if (pipe > -1) {
664 claims.add(claim.substring(0, pipe));
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DRealmOAuth2ProviderSettings.java555 int pipe = claim.indexOf('|');
556 if (pipe > -1) {
557 claims.add(claim.substring(0, pipe));
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java1058 int pipe = token.indexOf("|");
1059 if (pipe != -1) {
1060 token = token.substring(0, pipe);
2993 * @return The list of auth module names in a pipe separated string.
5542 * @return The list of failure auth module names in a pipe separated string.
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java1026 int pipe = token.indexOf("|");
1027 if (pipe != -1) {
1028 token = token.substring(0, pipe);
2904 * @return The list of auth module names in a pipe separated string.
5417 * @return The list of failure auth module names in a pipe separated string.
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/
H A Djquery.js3327 // Keep pipe for back-compat
3328 promise.pipe = promise.then;

Completed in 87 milliseconds