org.yestech.rpx.auth.RPXAuthProvider Maven / Gradle / Ivy
The newest version!
package org.yestech.rpx.auth;
import org.apache.commons.httpclient.HttpMethod;
/**
* @author A.J. Wright
*/
public interface RPXAuthProvider {
String getRedirectUrl(String realm, String tokenUrl);
}