Searched defs:splitResponseType (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DUtils.java80 public static Set<String> splitResponseType(final String responseType) { method in class:Utils
185 final Set<String> responseTypes = splitResponseType(request.<String>getParameter(RESPONSE_TYPE));
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DUtils.java80 public static Set<String> splitResponseType(final String responseType) { method in class:Utils
185 final Set<String> responseTypes = splitResponseType(request.<String>getParameter(RESPONSE_TYPE));

Completed in 42 milliseconds