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

com.itzmeds.adfs.client.SignOnException Maven / Gradle / Ivy

Go to download

Java client for authentication against active directory federation service(ADFS) - SAML,JWT,BST

The newest version!
package com.itzmeds.adfs.client;

@SuppressWarnings("serial")
public class SignOnException extends Exception {

	public SignOnException() {
		// TODO Auto-generated constructor stub
	}

	public SignOnException(String message) {
		super(message);
		// TODO Auto-generated constructor stub
	}

	public SignOnException(Throwable cause) {
		super(cause);
		// TODO Auto-generated constructor stub
	}

	public SignOnException(String message, Throwable cause) {
		super(message, cause);
		// TODO Auto-generated constructor stub
	}

	public SignOnException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) {
		super(message, cause, enableSuppression, writableStackTrace);
		// TODO Auto-generated constructor stub
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy