com.identityx.auth.def.IPooledTokenKey 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.def;
/**
*
* @author pryan
*
*/
public interface IPooledTokenKey extends ITokenKey {
/**
*
*/
void returnKey();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy