All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.identityx.auth.impl.BasicRequestAuthenticator Maven / Gradle / Ivy

Go to download

Client library used for adding authentication to http messages as required by IdentityX Rest Services

There is a newer version: 5.6.0.2
Show newest version
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