Searched refs:WSFederationException (Results 1 - 25 of 61) sorted by relevance

123

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/
H A DWSFederationException.java25 * $Id: WSFederationException.java,v 1.3 2008/06/25 05:48:04 qcheng Exp $
39 public class WSFederationException extends L10NMessageImpl { class in inherits:L10NMessageImpl
41 * Constructs a new <code>WSFederationException</code> without a nested
54 public WSFederationException(String rbName, String errorCode, method in class:WSFederationException
60 * Constructs a new <code>WSFederationException</code> with the given
67 public WSFederationException(String message) { method in class:WSFederationException
72 * Constructs an <code>WSFederationException</code> with given
78 public WSFederationException(Throwable t) { method in class:WSFederationException
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/
H A DWSFederationException.java25 * $Id: WSFederationException.java,v 1.3 2008/06/25 05:48:04 qcheng Exp $
39 public class WSFederationException extends L10NMessageImpl { class in inherits:L10NMessageImpl
41 * Constructs a new <code>WSFederationException</code> without a nested
54 public WSFederationException(String rbName, String errorCode, method in class:WSFederationException
60 * Constructs a new <code>WSFederationException</code> with the given
67 public WSFederationException(String message) { method in class:WSFederationException
72 * Constructs an <code>WSFederationException</code> with given
78 public WSFederationException(Throwable t) { method in class:WSFederationException
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DIDPAccountMapper.java33 import com.sun.identity.wsfederation.common.WSFederationException;
64 * @exception WSFederationException if any failure.
71 ) throws WSFederationException;
86 * @exception WSFederationException if any failure.
93 ) throws WSFederationException;
H A DIDPAttributeMapper.java32 import com.sun.identity.wsfederation.common.WSFederationException;
58 * @exception WSFederationException if any failure.
65 ) throws WSFederationException;
H A DIDPAuthenticationMethodMapper.java32 import com.sun.identity.wsfederation.common.WSFederationException;
58 * @throws WSFederationException if an error occurs.
63 String realm) throws WSFederationException;
H A DSPAccountMapper.java32 import com.sun.identity.wsfederation.common.WSFederationException;
59 * @exception WSFederationException if any failure.
62 String hostEntityID, String targetURL) throws WSFederationException;
H A DSPAttributeMapper.java32 import com.sun.identity.wsfederation.common.WSFederationException;
67 * @exception WSFederationException if any failure.
75 ) throws WSFederationException;
H A DDefaultIDPAttributeMapper.java34 import com.sun.identity.wsfederation.common.WSFederationException;
76 * @exception WSFederationException if any failure.
83 ) throws WSFederationException {
86 throw new WSFederationException(bundle.getString(
91 throw new WSFederationException(bundle.getString(
96 throw new WSFederationException(bundle.getString(
173 } catch (WSFederationException sme) {
176 throw new WSFederationException(sme);
181 throw new WSFederationException(se);
190 * @exception WSFederationException i
[all...]
H A DDefaultSPAttributeMapper.java35 import com.sun.identity.wsfederation.common.WSFederationException;
73 * @exception WSFederationException if any failure.
81 ) throws WSFederationException {
84 throw new WSFederationException(bundle.getString(
89 throw new WSFederationException(bundle.getString(
94 throw new WSFederationException(bundle.getString(
112 throw new WSFederationException(se);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DIDPAccountMapper.java33 import com.sun.identity.wsfederation.common.WSFederationException;
64 * @exception WSFederationException if any failure.
71 ) throws WSFederationException;
86 * @exception WSFederationException if any failure.
93 ) throws WSFederationException;
H A DIDPAttributeMapper.java32 import com.sun.identity.wsfederation.common.WSFederationException;
58 * @exception WSFederationException if any failure.
65 ) throws WSFederationException;
H A DIDPAuthenticationMethodMapper.java32 import com.sun.identity.wsfederation.common.WSFederationException;
58 * @throws WSFederationException if an error occurs.
63 String realm) throws WSFederationException;
H A DSPAccountMapper.java32 import com.sun.identity.wsfederation.common.WSFederationException;
59 * @exception WSFederationException if any failure.
62 String hostEntityID, String targetURL) throws WSFederationException;
H A DSPAttributeMapper.java32 import com.sun.identity.wsfederation.common.WSFederationException;
67 * @exception WSFederationException if any failure.
75 ) throws WSFederationException;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DRequestedSecurityToken.java31 import com.sun.identity.wsfederation.common.WSFederationException;
65 * @throws com.sun.identity.wsfederation.common.WSFederationException in
70 throws WSFederationException;
H A DRequestedSecurityTokenFactory.java33 import com.sun.identity.wsfederation.common.WSFederationException;
56 throws WSFederationException
63 throw new WSFederationException(WSFederationUtils.bundle.
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DWSFederationAction.java35 import com.sun.identity.wsfederation.common.WSFederationException;
59 abstract public void process() throws IOException, WSFederationException;
H A DIPSigninRequest.java42 import com.sun.identity.wsfederation.common.WSFederationException;
105 public void process() throws IOException, WSFederationException
116 throw new WSFederationException(
128 throw new WSFederationException(
142 throw new WSFederationException(
151 throw new WSFederationException(
192 throws WSFederationException, IOException {
263 throws WSFederationException, IOException {
279 throw new WSFederationException(
290 throw new WSFederationException(
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DRequestedSecurityToken.java31 import com.sun.identity.wsfederation.common.WSFederationException;
65 * @throws com.sun.identity.wsfederation.common.WSFederationException in
70 throws WSFederationException;
H A DRequestedSecurityTokenFactory.java33 import com.sun.identity.wsfederation.common.WSFederationException;
56 throws WSFederationException
63 throw new WSFederationException(WSFederationUtils.bundle.
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/client/
H A DWSFederationClient.java34 import com.sun.identity.wsfederation.common.WSFederationException;
55 * @throws com.sun.identity.wsfederation.common.WSFederationException
58 String entityID, String entityRole) throws WSFederationException {
61 throw new WSFederationException("tokenIDisNull");
82 * @throws com.sun.identity.wsfederation.common.WSFederationException
85 String entityID, String entityRole) throws WSFederationException {
88 throw new WSFederationException("tokenIDisNull");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/client/
H A DWSFederationClient.java34 import com.sun.identity.wsfederation.common.WSFederationException;
55 * @throws com.sun.identity.wsfederation.common.WSFederationException
58 String entityID, String entityRole) throws WSFederationException {
61 throw new WSFederationException("tokenIDisNull");
82 * @throws com.sun.identity.wsfederation.common.WSFederationException
85 String entityID, String entityRole) throws WSFederationException {
88 throw new WSFederationException("tokenIDisNull");
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationMetaException.java33 import com.sun.identity.wsfederation.common.WSFederationException;
42 public class WSFederationMetaException extends WSFederationException {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationMetaException.java33 import com.sun.identity.wsfederation.common.WSFederationException;
42 public class WSFederationMetaException extends WSFederationException {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DWSFederationAction.java38 import com.sun.identity.wsfederation.common.WSFederationException;
62 abstract public void process() throws ServletException, IOException, WSFederationException;

Completed in 62 milliseconds

123