Class OAuth2Util
java.lang.Object
com.predic8.membrane.core.interceptor.oauth2.OAuth2Util
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResponsecreateParameterizedJsonErrorResponse(Exchange exc, ReusableJsonGenerator jsonGen, String... params) static booleanisAbsoluteUri(String uri) static booleanisOpenIdScope(String scope) static Stringstatic String
-
Constructor Details
-
OAuth2Util
public OAuth2Util()
-
-
Method Details
-
urlencode
-
urldecode
-
isOpenIdScope
-
isAbsoluteUri
-
createParameterizedJsonErrorResponse
public static Response createParameterizedJsonErrorResponse(Exchange exc, ReusableJsonGenerator jsonGen, String... params) throws IOException - Throws:
IOException
-