public class Utility
extends java.lang.Object
| Constructor and Description |
|---|
Utility() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkAuthenticationValidation(java.lang.String authenticationType)
Checks whether the authentication type is rightly entered with no typo
error.
|
static java.lang.String |
retrieveGetIDFromRequestTarget(java.lang.String requestTarget) |
public static boolean checkAuthenticationValidation(java.lang.String authenticationType)
authenticationType - : HTTP or JWTpublic static java.lang.String retrieveGetIDFromRequestTarget(java.lang.String requestTarget)
requestTarget - : request target from where we will retrieve IdCopyright © 2022. All Rights Reserved.