Searched refs:IDFFMetaException (Results 1 - 25 of 112) sorted by relevance

12345

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaException.java25 * $Id: IDFFMetaException.java,v 1.2 2008/06/25 05:46:48 qcheng Exp $
37 public class IDFFMetaException extends L10NMessageImpl { class in inherits:L10NMessageImpl
40 * Constructs a <code>IDFFMetaException</code> with a detailed
45 public IDFFMetaException(String message) { method in class:IDFFMetaException
50 * Constructs a <code>IDFFMetaException</code> with
55 public IDFFMetaException(Throwable rootCause) { method in class:IDFFMetaException
60 * Constructs a <code>IDFFMetaException</code> with an exception.
64 public IDFFMetaException(Exception ex) { method in class:IDFFMetaException
69 * Constructs a new <code>IDFFMetaException</code> without a nested
80 public IDFFMetaException(Strin method in class:IDFFMetaException
97 public IDFFMetaException(String rbName,String errorCode,Object[] args) { method in class:IDFFMetaException
[all...]
H A DIDFFMetaManager.java115 * @throws IDFFMetaException if there is an error creating this object.
117 public IDFFMetaManager(Object session) throws IDFFMetaException {
130 throw new IDFFMetaException(ce);
133 throw new IDFFMetaException(cex);
143 throw new IDFFMetaException("nullConfig",null);
154 * @throws IDFFMetaException if unable to create the entity descriptor.
158 throws IDFFMetaException
164 throw new IDFFMetaException("nullEntityDescriptor",null);
170 throw new IDFFMetaException("nullEntityID", null);
192 throw new IDFFMetaException("idpAlreadyExiste
[all...]
H A DIDFFMetaSecurityUtils.java101 * @throws IDFFMetaException if unable to retrieve the certificate from the
105 throws IDFFMetaException
129 throw new IDFFMetaException("invalid_cert_alias", objs);
148 * @throws IDFFMetaException if failed to update the certificate alias for
153 String encAlgo, int keySize) throws IDFFMetaException {
159 throw new IDFFMetaException("entityNotHosted", args);
170 throw new IDFFMetaException("entityNotIDP", args);
208 throw new IDFFMetaException("entityNotSP", args);
273 String attrName, Set attrVal) throws IDFFMetaException {
290 throw new IDFFMetaException(
[all...]
H A DIDFFCOTUtils.java68 * @throws IDFFMetaException if there is a configuration error when
74 throws IDFFMetaException , JAXBException {
85 throw new IDFFMetaException("invalidEntityID", data);
146 * @throws IDFFMetaException if there is an error updating the entity
152 throws IDFFMetaException, JAXBException {
161 throw new IDFFMetaException("invalidEntityID", data);
205 * @throws <code>IDFFMetaException</code> if there is an error retrieving
215 throws IDFFMetaException,JAXBException {
253 throws IDFFMetaException {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaException.java25 * $Id: IDFFMetaException.java,v 1.2 2008/06/25 05:46:48 qcheng Exp $
37 public class IDFFMetaException extends L10NMessageImpl { class in inherits:L10NMessageImpl
40 * Constructs a <code>IDFFMetaException</code> with a detailed
45 public IDFFMetaException(String message) { method in class:IDFFMetaException
50 * Constructs a <code>IDFFMetaException</code> with
55 public IDFFMetaException(Throwable rootCause) { method in class:IDFFMetaException
60 * Constructs a <code>IDFFMetaException</code> with an exception.
64 public IDFFMetaException(Exception ex) { method in class:IDFFMetaException
69 * Constructs a new <code>IDFFMetaException</code> without a nested
80 public IDFFMetaException(Strin method in class:IDFFMetaException
97 public IDFFMetaException(String rbName,String errorCode,Object[] args) { method in class:IDFFMetaException
[all...]
H A DIDFFMetaManager.java115 * @throws IDFFMetaException if there is an error creating this object.
117 public IDFFMetaManager(Object session) throws IDFFMetaException {
130 throw new IDFFMetaException(ce);
133 throw new IDFFMetaException(cex);
143 throw new IDFFMetaException("nullConfig",null);
154 * @throws IDFFMetaException if unable to create the entity descriptor.
158 throws IDFFMetaException
164 throw new IDFFMetaException("nullEntityDescriptor",null);
170 throw new IDFFMetaException("nullEntityID", null);
192 throw new IDFFMetaException("idpAlreadyExiste
[all...]
H A DIDFFMetaSecurityUtils.java101 * @throws IDFFMetaException if unable to retrieve the certificate from the
105 throws IDFFMetaException
129 throw new IDFFMetaException("invalid_cert_alias", objs);
148 * @throws IDFFMetaException if failed to update the certificate alias for
153 String encAlgo, int keySize) throws IDFFMetaException {
159 throw new IDFFMetaException("entityNotHosted", args);
170 throw new IDFFMetaException("entityNotIDP", args);
208 throw new IDFFMetaException("entityNotSP", args);
273 String attrName, Set attrVal) throws IDFFMetaException {
290 throw new IDFFMetaException(
[all...]
H A DIDFFCOTUtils.java68 * @throws IDFFMetaException if there is a configuration error when
74 throws IDFFMetaException , JAXBException {
85 throw new IDFFMetaException("invalidEntityID", data);
146 * @throws IDFFMetaException if there is an error updating the entity
152 throws IDFFMetaException, JAXBException {
161 throw new IDFFMetaException("invalidEntityID", data);
205 * @throws <code>IDFFMetaException</code> if there is an error retrieving
215 throws IDFFMetaException,JAXBException {
253 throws IDFFMetaException {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/util/
H A DIDFFProviderManager.java42 import com.sun.identity.federation.meta.IDFFMetaException;
61 } catch (IDFFMetaException imex) {
77 } catch (IDFFMetaException imex) {
97 } catch (IDFFMetaException imex) {
117 } catch (IDFFMetaException imex) {
192 } catch (IDFFMetaException imex) {
218 } catch(IDFFMetaException imex) {
247 } catch (IDFFMetaException imex) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/util/
H A DIDFFProviderManager.java42 import com.sun.identity.federation.meta.IDFFMetaException;
61 } catch (IDFFMetaException imex) {
77 } catch (IDFFMetaException imex) {
97 } catch (IDFFMetaException imex) {
117 } catch (IDFFMetaException imex) {
192 } catch (IDFFMetaException imex) {
218 } catch(IDFFMetaException imex) {
247 } catch (IDFFMetaException imex) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/termination/
H A DFSTerminationReturnServlet.java42 import com.sun.identity.federation.meta.IDFFMetaException;
149 throw new IDFFMetaException((String) null);
151 } catch (IDFFMetaException e){
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/termination/
H A DFSTerminationReturnServlet.java42 import com.sun.identity.federation.meta.IDFFMetaException;
149 throw new IDFFMetaException((String) null);
151 } catch (IDFFMetaException e){
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSIDPProxyImpl.java34 import com.sun.identity.federation.meta.IDFFMetaException;
109 } catch (IDFFMetaException ex) {
H A DFSRealmIDPProxyImpl.java34 import com.sun.identity.federation.meta.IDFFMetaException;
111 } catch (IDFFMetaException ex) {
H A DFSDefaultAttributeMapper.java35 import com.sun.identity.federation.meta.IDFFMetaException;
98 } catch (IDFFMetaException fme) {
H A DFSDefaultRealmAttributeMapper.java35 import com.sun.identity.federation.meta.IDFFMetaException;
100 } catch (IDFFMetaException fme) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/plugins/
H A DIDFFNameIdentifierMapper.java36 import com.sun.identity.federation.meta.IDFFMetaException;
144 } catch (IDFFMetaException e) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSIDPProxyImpl.java34 import com.sun.identity.federation.meta.IDFFMetaException;
109 } catch (IDFFMetaException ex) {
H A DFSRealmIDPProxyImpl.java34 import com.sun.identity.federation.meta.IDFFMetaException;
111 } catch (IDFFMetaException ex) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/plugins/
H A DIDFFNameIdentifierMapper.java36 import com.sun.identity.federation.meta.IDFFMetaException;
144 } catch (IDFFMetaException e) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSRegistrationReturnServlet.java45 import com.sun.identity.federation.meta.IDFFMetaException;
177 throw new IDFFMetaException((String) null);
179 } catch (IDFFMetaException eam) {
230 } catch (IDFFMetaException e){
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSRegistrationReturnServlet.java45 import com.sun.identity.federation.meta.IDFFMetaException;
177 throw new IDFFMetaException((String) null);
179 } catch (IDFFMetaException eam) {
230 } catch (IDFFMetaException e){
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DIDFFModelImpl.java33 import com.sun.identity.federation.meta.IDFFMetaException;
226 * @throws IDFFMetaException if attribute values cannot be obtained.
243 } catch (IDFFMetaException e) {
279 } catch (IDFFMetaException e) {
357 } catch (IDFFMetaException e) {
460 } catch (IDFFMetaException e) {
523 } catch (IDFFMetaException e) {
599 } catch (IDFFMetaException e) {
756 } catch (IDFFMetaException e) {
757 debug.error("IDFFMetaException, updateEntitySPDescripto
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DIDFFModelImpl.java33 import com.sun.identity.federation.meta.IDFFMetaException;
226 * @throws IDFFMetaException if attribute values cannot be obtained.
243 } catch (IDFFMetaException e) {
279 } catch (IDFFMetaException e) {
357 } catch (IDFFMetaException e) {
460 } catch (IDFFMetaException e) {
523 } catch (IDFFMetaException e) {
599 } catch (IDFFMetaException e) {
756 } catch (IDFFMetaException e) {
757 debug.error("IDFFMetaException, updateEntitySPDescripto
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSAttributeStatementHelper.java46 import com.sun.identity.federation.meta.IDFFMetaException;
85 } catch (IDFFMetaException fae) {
87 "AttributeStatement: IDFFMetaException ", fae);

Completed in 57 milliseconds

12345