Searched refs:UnableToRedirectException (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DUnableToRedirectException.java22 public class UnableToRedirectException extends Exception { class in inherits:Exception
25 * Creates a new UnableToRedirectException.
28 public UnableToRedirectException(Throwable cause) { method in class:UnableToRedirectException
33 * Creates a new UnableToRedirectException.
35 public UnableToRedirectException() { method in class:UnableToRedirectException
39 * Creates a new UnableToRedirectException.
42 public UnableToRedirectException(String message) { method in class:UnableToRedirectException
47 * Creates a new UnableToRedirectException.
51 public UnableToRedirectException(String message, Throwable cause) { method in class:UnableToRedirectException
H A DFederateCookieRedirector.java45 * @throws UnableToRedirectException if there was a problem preforming the redirect.
48 boolean isIDP) throws UnableToRedirectException;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DUnableToRedirectException.java22 public class UnableToRedirectException extends Exception { class in inherits:Exception
25 * Creates a new UnableToRedirectException.
28 public UnableToRedirectException(Throwable cause) { method in class:UnableToRedirectException
33 * Creates a new UnableToRedirectException.
35 public UnableToRedirectException() { method in class:UnableToRedirectException
39 * Creates a new UnableToRedirectException.
42 public UnableToRedirectException(String message) { method in class:UnableToRedirectException
47 * Creates a new UnableToRedirectException.
51 public UnableToRedirectException(String message, Throwable cause) { method in class:UnableToRedirectException
H A DFederateCookieRedirector.java45 * @throws UnableToRedirectException if there was a problem preforming the redirect.
48 boolean isIDP) throws UnableToRedirectException;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxyCookieRedirector.java23 import com.sun.identity.saml2.profile.UnableToRedirectException;
59 final boolean isIDP) throws UnableToRedirectException {
67 throw new UnableToRedirectException();
76 throw new UnableToRedirectException();
104 throw new UnableToRedirectException();
114 throw new UnableToRedirectException();
118 throw new UnableToRedirectException();
121 throw new UnableToRedirectException();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxyCookieRedirector.java23 import com.sun.identity.saml2.profile.UnableToRedirectException;
59 final boolean isIDP) throws UnableToRedirectException {
67 throw new UnableToRedirectException();
76 throw new UnableToRedirectException();
104 throw new UnableToRedirectException();
114 throw new UnableToRedirectException();
118 throw new UnableToRedirectException();
121 throw new UnableToRedirectException();

Completed in 36 milliseconds