Class CredentialsHelper
- java.lang.Object
-
- io.apicurio.registry.services.auth.CredentialsHelper
-
public class CredentialsHelper extends Object
Extracts credentials pair from header encoded as base 64 if exists return null otherwise.
-
-
Constructor Summary
Constructors Constructor Description CredentialsHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.commons.lang3.tuple.Pair<String,String>extractCredentialsFromContext(io.vertx.ext.web.RoutingContext context)
-