Searched refs:AMConsoleException (Results 151 - 175 of 668) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/authentication/model/
H A DCoreAttributesModelImpl.java32 import com.sun.identity.console.base.model.AMConsoleException;
71 ) throws AMConsoleException
89 * @throws AMConsoleException if values cannot be set.
92 throws AMConsoleException
107 throw new AMConsoleException(strError);
112 throw new AMConsoleException(strError);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DAuthToServiceHelper.java37 import com.sun.identity.console.base.model.AMConsoleException;
118 * @throws AMConsoleException if values are invalid.
123 ) throws AMConsoleException
130 throw new AMConsoleException(model.getLocalizedString(
147 * @throws AMConsoleException if search operation failed.
150 throws AMConsoleException
163 * @throws AMConsoleException if search fails.
166 throws AMConsoleException
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/authentication/model/
H A DCoreAttributesModelImpl.java32 import com.sun.identity.console.base.model.AMConsoleException;
71 ) throws AMConsoleException
89 * @throws AMConsoleException if values cannot be set.
92 throws AMConsoleException
107 throw new AMConsoleException(strError);
112 throw new AMConsoleException(strError);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DAuthToServiceHelper.java37 import com.sun.identity.console.base.model.AMConsoleException;
118 * @throws AMConsoleException if values are invalid.
123 ) throws AMConsoleException
130 throw new AMConsoleException(model.getLocalizedString(
147 * @throws AMConsoleException if search operation failed.
150 throws AMConsoleException
163 * @throws AMConsoleException if search fails.
166 throws AMConsoleException
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/user/model/
H A DUMUserResourceOfferingModelImpl.java33 import com.sun.identity.console.base.model.AMConsoleException;
75 * @throws AMConsoleException if entry cannot be determined.
78 throws AMConsoleException {
97 throw new AMConsoleException(strError);
103 throw new AMConsoleException(strError);
114 * @throws AMConsoleException if entry cannot be set.
117 throws AMConsoleException {
136 throw new AMConsoleException(strError);
143 throw new AMConsoleException(strError);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/
H A DSMDiscoveryProviderResourceIdMapperViewBeanBase.java39 import com.sun.identity.console.base.model.AMConsoleException;
122 } catch (AMConsoleException e) {
145 throws AMConsoleException {
154 throw new AMConsoleException(
157 throw new AMConsoleException(
182 } catch (AMConsoleException e) {
191 throws AMConsoleException;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/
H A DSMDiscoveryProviderResourceIdMapperViewBeanBase.java39 import com.sun.identity.console.base.model.AMConsoleException;
122 } catch (AMConsoleException e) {
145 throws AMConsoleException {
154 throw new AMConsoleException(
157 throw new AMConsoleException(
182 } catch (AMConsoleException e) {
191 throws AMConsoleException;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/user/model/
H A DUMUserResourceOfferingModelImpl.java33 import com.sun.identity.console.base.model.AMConsoleException;
75 * @throws AMConsoleException if entry cannot be determined.
78 throws AMConsoleException {
97 throw new AMConsoleException(strError);
103 throw new AMConsoleException(strError);
114 * @throws AMConsoleException if entry cannot be set.
117 throws AMConsoleException {
136 throw new AMConsoleException(strError);
143 throw new AMConsoleException(strError);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/sts/
H A DSTSEditViewBeanBase.java33 import com.sun.identity.console.base.model.AMConsoleException;
152 } catch (AMConsoleException e) {
175 } catch (AMConsoleException e) {
209 } catch (AMConsoleException e) {
217 } catch (AMConsoleException e) {
224 private void forwardToSTSHomeViewBean() throws AMConsoleException {
246 public void handleButton3Request(RequestInvocationEvent event) throws ModelControlException, AMConsoleException {
264 * @throws AMConsoleException thrown by AMPropertySheet#getAttributeValues if passwords are mis-matched.
266 private Map<String, Set<String>> getUpdatedConfigurationState(String realm, String instanceName) throws ModelControlException, AMConsoleException {
271 } catch (AMConsoleException
[all...]
H A DSTSAddViewBeanBase.java30 import com.sun.identity.console.base.model.AMConsoleException;
88 } catch (AMConsoleException e) {
116 } catch (AMConsoleException e) {
122 } catch (AMConsoleException e) {
123 //will be entered if getAttributeSettings throws a AMConsoleException because passwords are mis-matched.
137 } catch (AMConsoleException e) {
142 private void forwardToAMViewBean() throws AMConsoleException {
151 AMConsoleException will be thrown if passwords are mis-matched.
153 private Map getAttributeSettings() throws ModelControlException, AMConsoleException {
168 private AMViewBeanBase getPreviousPage() throws AMConsoleException {
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/sts/
H A DSTSEditViewBeanBase.java33 import com.sun.identity.console.base.model.AMConsoleException;
152 } catch (AMConsoleException e) {
175 } catch (AMConsoleException e) {
210 } catch (AMConsoleException e) {
218 } catch (AMConsoleException e) {
225 private void forwardToSTSHomeViewBean() throws AMConsoleException {
247 public void handleButton3Request(RequestInvocationEvent event) throws ModelControlException, AMConsoleException {
265 * @throws AMConsoleException thrown by AMPropertySheet#getAttributeValues if passwords are mis-matched.
267 private Map<String, Set<String>> getUpdatedConfigurationState(String realm, String instanceName) throws ModelControlException, AMConsoleException {
272 } catch (AMConsoleException
[all...]
H A DSTSAddViewBeanBase.java30 import com.sun.identity.console.base.model.AMConsoleException;
88 } catch (AMConsoleException e) {
116 } catch (AMConsoleException e) {
122 } catch (AMConsoleException e) {
123 //will be entered if getAttributeSettings throws a AMConsoleException because passwords are mis-matched.
137 } catch (AMConsoleException e) {
142 private void forwardToAMViewBean() throws AMConsoleException {
151 AMConsoleException will be thrown if passwords are mis-matched.
153 private Map getAttributeSettings() throws ModelControlException, AMConsoleException {
168 private AMViewBeanBase getPreviousPage() throws AMConsoleException {
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DPolicyModelImpl.java45 import com.sun.identity.console.base.model.AMConsoleException;
118 throws AMConsoleException {
127 throw new AMConsoleException(e);
130 throw new AMConsoleException(e);
135 throws AMConsoleException {
140 throw new AMConsoleException(getErrorString(ssoe));
151 * @throws AMConsoleException if policy object cannot be located.
154 throws AMConsoleException
168 * @throws AMConsoleException if policy cannot be cached.
175 ) throws AMConsoleException {
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DPolicyModelImpl.java45 import com.sun.identity.console.base.model.AMConsoleException;
118 throws AMConsoleException {
127 throw new AMConsoleException(e);
130 throw new AMConsoleException(e);
135 throws AMConsoleException {
140 throw new AMConsoleException(getErrorString(ssoe));
151 * @throws AMConsoleException if policy object cannot be located.
154 throws AMConsoleException
168 * @throws AMConsoleException if policy cannot be cached.
175 ) throws AMConsoleException {
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DEntityModelImpl.java32 import com.sun.identity.console.base.model.AMConsoleException;
68 } catch (AMConsoleException a) {
78 * @throws AMConsoleException if unable to retrieve the entities.
81 throws AMConsoleException
94 * @throws AMConsoleException if unable to retrieve the Samlv2 entities.
97 throws AMConsoleException
137 throw new AMConsoleException(e.getMessage());
147 * @throws AMConsoleException if unable to retrieve the IDFF entities.
150 throws AMConsoleException
186 throw new AMConsoleException(
[all...]
H A DIDFFModelImpl.java31 import com.sun.identity.console.base.model.AMConsoleException;
229 throws AMConsoleException {
249 throw new AMConsoleException(getErrorString(e));
260 * @throws AMConsoleException if profile cannot be modified.
263 throws AMConsoleException {
282 throw new AMConsoleException(getErrorString(e));
294 throws AMConsoleException {
363 throw new AMConsoleException(strError);
376 throws AMConsoleException {
466 throw new AMConsoleException(strErro
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DEntityModelImpl.java32 import com.sun.identity.console.base.model.AMConsoleException;
68 } catch (AMConsoleException a) {
78 * @throws AMConsoleException if unable to retrieve the entities.
81 throws AMConsoleException
94 * @throws AMConsoleException if unable to retrieve the Samlv2 entities.
97 throws AMConsoleException
137 throw new AMConsoleException(e.getMessage());
147 * @throws AMConsoleException if unable to retrieve the IDFF entities.
150 throws AMConsoleException
186 throw new AMConsoleException(
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMServiceProfileModelImpl.java77 ) throws AMConsoleException {
92 throw new AMConsoleException(getErrorString(e));
94 throw new AMConsoleException(getErrorString(e));
122 * @throws AMConsoleException if XML cannot be created.
128 ) throws AMConsoleException {
144 throw new AMConsoleException(getErrorString(e));
146 throw new AMConsoleException(getErrorString(e));
222 * @throws AMConsoleException if values cannot be set.
225 throws AMConsoleException
263 throws AMConsoleException
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/delegation/model/
H A DDelegationModelImpl.java33 import com.sun.identity.console.base.model.AMConsoleException;
62 * @throws AMConsoleException if subject universal ID cannot be obtained.
65 throws AMConsoleException {
79 throw new AMConsoleException(strError);
85 throw new AMConsoleException(strError);
95 * @throws AMConsoleException if privilege cannot be determined.
98 throws AMConsoleException {
114 throw new AMConsoleException(strError);
122 throw new AMConsoleException(strError);
132 * @throws AMConsoleException i
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DRealmResourceOfferingModelImpl.java33 import com.sun.identity.console.base.model.AMConsoleException;
62 * @throws AMConsoleException if entry cannot be determined.
65 throws AMConsoleException {
124 * @throws AMConsoleException if values cannot be set.
127 throws AMConsoleException
151 throw new AMConsoleException(strError);
157 throw new AMConsoleException(strError);
163 throw new AMConsoleException(strError);
172 * @throws AMConsoleException if entry cannot be set.
175 throws AMConsoleException {
[all...]
H A DServicesProfileModelImpl.java38 import com.sun.identity.console.base.model.AMConsoleException;
75 ) throws AMConsoleException {
91 * @throws AMConsoleException if values cannot be set.
94 throws AMConsoleException {
117 throw new AMConsoleException(strError);
122 throw new AMConsoleException(strError);
127 throw new AMConsoleException(strError);
185 * @throws AMConsoleException if values cannot be set.
188 throws AMConsoleException {
211 throw new AMConsoleException(strErro
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMServiceProfileModelImpl.java77 ) throws AMConsoleException {
92 throw new AMConsoleException(getErrorString(e));
94 throw new AMConsoleException(getErrorString(e));
122 * @throws AMConsoleException if XML cannot be created.
128 ) throws AMConsoleException {
144 throw new AMConsoleException(getErrorString(e));
146 throw new AMConsoleException(getErrorString(e));
222 * @throws AMConsoleException if values cannot be set.
225 throws AMConsoleException
263 throws AMConsoleException
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/delegation/model/
H A DDelegationModelImpl.java33 import com.sun.identity.console.base.model.AMConsoleException;
62 * @throws AMConsoleException if subject universal ID cannot be obtained.
65 throws AMConsoleException {
79 throw new AMConsoleException(strError);
85 throw new AMConsoleException(strError);
95 * @throws AMConsoleException if privilege cannot be determined.
98 throws AMConsoleException {
114 throw new AMConsoleException(strError);
122 throw new AMConsoleException(strError);
132 * @throws AMConsoleException i
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DRealmResourceOfferingModelImpl.java33 import com.sun.identity.console.base.model.AMConsoleException;
62 * @throws AMConsoleException if entry cannot be determined.
65 throws AMConsoleException {
124 * @throws AMConsoleException if values cannot be set.
127 throws AMConsoleException
151 throw new AMConsoleException(strError);
157 throw new AMConsoleException(strError);
163 throw new AMConsoleException(strError);
172 * @throws AMConsoleException if entry cannot be set.
175 throws AMConsoleException {
[all...]
H A DServicesProfileModelImpl.java38 import com.sun.identity.console.base.model.AMConsoleException;
75 ) throws AMConsoleException {
91 * @throws AMConsoleException if values cannot be set.
94 throws AMConsoleException {
117 throw new AMConsoleException(strError);
122 throw new AMConsoleException(strError);
127 throw new AMConsoleException(strError);
185 * @throws AMConsoleException if values cannot be set.
188 throws AMConsoleException {
211 throw new AMConsoleException(strErro
[all...]

Completed in 64 milliseconds

1234567891011>>