com.identityx.auth.impl.BasicRequestAuthenticator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of daon-http-digest-auth Show documentation
Show all versions of daon-http-digest-auth Show documentation
Client library used for adding authentication to http messages as required by IdentityX Rest Services
package com.identityx.auth.impl;
public class BasicRequestAuthenticator extends BasicIdxRequestAuthenticator {
public static final String AUTHENTICATION_SCHEME = "Basic";
public String getAuthenticationScheme() {
return AUTHENTICATION_SCHEME;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy