Searched refs:ServerFaultException (Results 1 - 18 of 18) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DServerFaultException.java27 public class ServerFaultException extends FederatedSSOException { class in inherits:FederatedSSOException
34 public ServerFaultException(final String messageCode) { method in class:ServerFaultException
44 public ServerFaultException(final String messageCode, final String detail) { method in class:ServerFaultException
54 public ServerFaultException(final SAML2IdentityProviderAdapter idpAdapter, final String messageCode) { method in class:ServerFaultException
65 public ServerFaultException(final SAML2IdentityProviderAdapter idpAdapter, final String messageCode, method in class:ServerFaultException
H A DIDPSSOFederate.java70 private IDPSSOFederate(final boolean isFromECP) throws ServerFaultException, ClientFaultException {
80 throws ServerFaultException, ClientFaultException {
161 * @throws ServerFaultException If we couldn't send the authentication request.
164 HttpServletResponse response) throws ServerFaultException {
189 throw new ServerFaultException("UnableToRedirectToPreferredIDP", e.getMessage());
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DServerFaultException.java27 public class ServerFaultException extends FederatedSSOException { class in inherits:FederatedSSOException
34 public ServerFaultException(final String messageCode) { method in class:ServerFaultException
44 public ServerFaultException(final String messageCode, final String detail) { method in class:ServerFaultException
54 public ServerFaultException(final SAML2IdentityProviderAdapter idpAdapter, final String messageCode) { method in class:ServerFaultException
65 public ServerFaultException(final SAML2IdentityProviderAdapter idpAdapter, final String messageCode, method in class:ServerFaultException
H A DIDPSSOFederate.java70 private IDPSSOFederate(final boolean isFromECP) throws ServerFaultException, ClientFaultException {
80 throws ServerFaultException, ClientFaultException {
161 * @throws ServerFaultException If we couldn't send the authentication request.
164 HttpServletResponse response) throws ServerFaultException {
189 throw new ServerFaultException("UnableToRedirectToPreferredIDP", e.getMessage());
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DSAMLAuthenticatorLookup.java20 import com.sun.identity.saml2.profile.ServerFaultException;
30 * @throws ServerFaultException if there was a problem with the authentication
33 void retrieveAuthenticationFromCache() throws SessionException, ServerFaultException, ClientFaultException;
H A DIDPRequestValidator.java21 import com.sun.identity.saml2.profile.ServerFaultException;
50 * @throws ServerFaultException If unable to read the IDP Entity ID from the realm meta.
54 throws ServerFaultException, ClientFaultException ;
H A DUtilProxySAMLAuthenticatorLookup.java36 import com.sun.identity.saml2.profile.ServerFaultException;
79 public void retrieveAuthenticationFromCache() throws SessionException, ServerFaultException, ClientFaultException {
179 throw new ServerFaultException(data.getIdpAdapter(), SSO_OR_FEDERATION_ERROR, se.getMessage());
184 private void authNotAvailable() throws ServerFaultException {
221 throw new ServerFaultException(data.getIdpAdapter(), "UnableToGetAuthnReq");
226 private boolean isSessionValid(SessionProvider sessionProvider) throws ServerFaultException,
247 throw new ServerFaultException(data.getIdpAdapter(), METADATA_ERROR);
H A DUtilProxyIDPRequestValidator.java29 import com.sun.identity.saml2.profile.ServerFaultException;
94 * @throws ServerFaultException If unable to read the IDP Entity ID from the realm meta.
97 public String getIDPEntity(String idpMetaAlias, String realm) throws ServerFaultException, ClientFaultException {
119 throw new ServerFaultException("nullIDPEntityID", sme.getMessage());
H A DUtilProxySAMLAuthenticator.java45 import com.sun.identity.saml2.profile.ServerFaultException;
151 throw new ServerFaultException(data.getIdpAdapter(), METADATA_ERROR);
170 throw new ServerFaultException(data.getIdpAdapter(), METADATA_ERROR);
253 throw new ServerFaultException(data.getIdpAdapter(), METADATA_ERROR);
277 throw new ServerFaultException(data.getIdpAdapter(), METADATA_ERROR);
368 redirectException = new ServerFaultException(data.getIdpAdapter(),
393 redirectException = new ServerFaultException(data.getIdpAdapter(), METADATA_ERROR);
400 redirectException = new ServerFaultException(data.getIdpAdapter(), "UnableToRedirectToAuth",
465 private void generateAssertionResponse(IDPSSOFederateRequest data) throws ServerFaultException {
505 throw new ServerFaultException(dat
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DSAMLAuthenticatorLookup.java20 import com.sun.identity.saml2.profile.ServerFaultException;
30 * @throws ServerFaultException if there was a problem with the authentication
33 void retrieveAuthenticationFromCache() throws SessionException, ServerFaultException, ClientFaultException;
H A DIDPRequestValidator.java21 import com.sun.identity.saml2.profile.ServerFaultException;
50 * @throws ServerFaultException If unable to read the IDP Entity ID from the realm meta.
54 throws ServerFaultException, ClientFaultException ;
H A DUtilProxySAMLAuthenticatorLookup.java36 import com.sun.identity.saml2.profile.ServerFaultException;
79 public void retrieveAuthenticationFromCache() throws SessionException, ServerFaultException, ClientFaultException {
179 throw new ServerFaultException(data.getIdpAdapter(), SSO_OR_FEDERATION_ERROR, se.getMessage());
184 private void authNotAvailable() throws ServerFaultException {
221 throw new ServerFaultException(data.getIdpAdapter(), "UnableToGetAuthnReq");
226 private boolean isSessionValid(SessionProvider sessionProvider) throws ServerFaultException,
248 throw new ServerFaultException(data.getIdpAdapter(), METADATA_ERROR);
H A DUtilProxyIDPRequestValidator.java29 import com.sun.identity.saml2.profile.ServerFaultException;
94 * @throws ServerFaultException If unable to read the IDP Entity ID from the realm meta.
97 public String getIDPEntity(String idpMetaAlias, String realm) throws ServerFaultException, ClientFaultException {
119 throw new ServerFaultException("nullIDPEntityID", sme.getMessage());
H A DUtilProxySAMLAuthenticator.java46 import com.sun.identity.saml2.profile.ServerFaultException;
150 throw new ServerFaultException(data.getIdpAdapter(), METADATA_ERROR);
169 throw new ServerFaultException(data.getIdpAdapter(), METADATA_ERROR);
262 throw new ServerFaultException(data.getIdpAdapter(), METADATA_ERROR);
286 throw new ServerFaultException(data.getIdpAdapter(), METADATA_ERROR);
377 redirectException = new ServerFaultException(data.getIdpAdapter(),
403 redirectException = new ServerFaultException(data.getIdpAdapter(), METADATA_ERROR);
410 redirectException = new ServerFaultException(data.getIdpAdapter(), "UnableToRedirectToAuth",
475 private void generateAssertionResponse(IDPSSOFederateRequest data) throws ServerFaultException {
515 throw new ServerFaultException(dat
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml2/profile/
H A DIDPRequestValidatorTest.java40 public void setUp() throws ServerFaultException, ClientFaultException {
46 public void shouldNotAllowMissingMetaAlias() throws ServerFaultException, ClientFaultException {
53 public void shoulAllowMetaAliasInParameter() throws ServerFaultException, ClientFaultException {
65 public void shoulAllowMetaAliasInURI() throws ServerFaultException, ClientFaultException {
H A DIDPSSOFederateTest.java67 public void initMocks() throws ServerFaultException, ClientFaultException {
/forgerock/openam/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml2/profile/
H A DIDPRequestValidatorTest.java40 public void setUp() throws ServerFaultException, ClientFaultException {
46 public void shouldNotAllowMissingMetaAlias() throws ServerFaultException, ClientFaultException {
53 public void shoulAllowMetaAliasInParameter() throws ServerFaultException, ClientFaultException {
65 public void shoulAllowMetaAliasInURI() throws ServerFaultException, ClientFaultException {
H A DIDPSSOFederateTest.java67 public void initMocks() throws ServerFaultException, ClientFaultException {

Completed in 41 milliseconds