public class RegisterResponseMapper extends Object
| Constructor and Description |
|---|
RegisterResponseMapper() |
| Modifier and Type | Method and Description |
|---|---|
static Rp |
createRp(org.gluu.oxauth.client.RegisterResponse response) |
static boolean |
fillRp(Rp rp,
org.gluu.oxauth.client.RegisterResponse response) |
static boolean |
isJsonStringEqual(String oxdParam,
String oxAuthparam) |
static boolean |
isListsEqualIgnoringOrder(List<String> oxdRp,
List<String> oxAuthRp) |
public static boolean fillRp(Rp rp, org.gluu.oxauth.client.RegisterResponse response) throws IOException
IOExceptionpublic static Rp createRp(org.gluu.oxauth.client.RegisterResponse response)
public static boolean isListsEqualIgnoringOrder(List<String> oxdRp, List<String> oxAuthRp)
public static boolean isJsonStringEqual(String oxdParam, String oxAuthparam) throws IOException
IOExceptionCopyright © 2021. All rights reserved.