Searched refs:AMConsoleException (Results 76 - 100 of 668) sorted by relevance

1234567891011>>

/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMShowMenuEntry.java31 import com.sun.identity.console.base.model.AMConsoleException;
41 throws AMConsoleException
45 throw new AMConsoleException(
73 ) throws AMConsoleException {
76 throw new AMConsoleException(exceptionMsg);
82 throw new AMConsoleException(exceptionMsg);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DSAMLv2Model.java32 import com.sun.identity.console.base.model.AMConsoleException;
343 * @throws AMConsoleException if unable to retrieve the Identity Provider
349 ) throws AMConsoleException;
357 * @throws AMConsoleException if unable to retrieve the Identity Provider
363 ) throws AMConsoleException;
371 * @throws AMConsoleException if unable to retrieve the Service Provider
377 ) throws AMConsoleException;
385 * @throws AMConsoleException if unable to retrieve the Service Provider
392 ) throws AMConsoleException;
397 * @throws AMConsoleException i
[all...]
H A DIDFFModel.java30 import com.sun.identity.console.base.model.AMConsoleException;
235 * @throws AMConsoleException if attribute values cannot be obtained.
238 throws AMConsoleException;
246 * @throws AMConsoleException if profile cannot be modified.
249 throws AMConsoleException;
258 throws AMConsoleException;
267 throws AMConsoleException;
280 String location) throws AMConsoleException;
293 String location) throws AMConsoleException;
302 * @throws AMConsoleException i
[all...]
H A DWSFedPropertiesModel.java32 import com.sun.identity.console.base.model.AMConsoleException;
183 * @throws AMConsoleException if unable to retreive the Service Provider
187 throws AMConsoleException;
195 * @throws AMConsoleException if unable to retreive the Identity Provider
199 throws AMConsoleException;
207 * @throws AMConsoleException if unable to retrieve the FederationElement
211 throws AMConsoleException;
244 * @throws AMConsoleException if saving of attribute value fails.
251 ) throws AMConsoleException;
260 * @throws AMConsoleException i
[all...]
H A DImportEntityModelImpl.java32 import com.sun.identity.console.base.model.AMConsoleException;
86 * @throws AMConsoleException if unable to process this request.
90 throws AMConsoleException
98 throw new AMConsoleException("missing.metadata");
112 throw new AMConsoleException("protocol.mismatch");
129 throw new AMConsoleException(ex);
133 private void createSAMLv2Entity() throws AMConsoleException {
164 throw new AMConsoleException(e);
169 throws SAML2MetaException, AMConsoleException
177 throw new AMConsoleException(
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DSAMLv2Model.java32 import com.sun.identity.console.base.model.AMConsoleException;
343 * @throws AMConsoleException if unable to retrieve the Identity Provider
349 ) throws AMConsoleException;
357 * @throws AMConsoleException if unable to retrieve the Identity Provider
363 ) throws AMConsoleException;
371 * @throws AMConsoleException if unable to retrieve the Service Provider
377 ) throws AMConsoleException;
385 * @throws AMConsoleException if unable to retrieve the Service Provider
392 ) throws AMConsoleException;
397 * @throws AMConsoleException i
[all...]
H A DIDFFModel.java30 import com.sun.identity.console.base.model.AMConsoleException;
235 * @throws AMConsoleException if attribute values cannot be obtained.
238 throws AMConsoleException;
246 * @throws AMConsoleException if profile cannot be modified.
249 throws AMConsoleException;
258 throws AMConsoleException;
267 throws AMConsoleException;
280 String location) throws AMConsoleException;
293 String location) throws AMConsoleException;
302 * @throws AMConsoleException i
[all...]
H A DWSFedPropertiesModel.java32 import com.sun.identity.console.base.model.AMConsoleException;
185 * @throws AMConsoleException if unable to retreive the Service Provider
189 throws AMConsoleException;
197 * @throws AMConsoleException if unable to retreive the Identity Provider
201 throws AMConsoleException;
209 * @throws AMConsoleException if unable to retrieve the FederationElement
213 throws AMConsoleException;
246 * @throws AMConsoleException if saving of attribute value fails.
253 ) throws AMConsoleException;
262 * @throws AMConsoleException i
[all...]
H A DImportEntityModelImpl.java32 import com.sun.identity.console.base.model.AMConsoleException;
86 * @throws AMConsoleException if unable to process this request.
90 throws AMConsoleException
98 throw new AMConsoleException("missing.metadata");
112 throw new AMConsoleException("protocol.mismatch");
129 throw new AMConsoleException(ex);
133 private void createSAMLv2Entity() throws AMConsoleException {
164 throw new AMConsoleException(e);
169 throws SAML2MetaException, AMConsoleException
177 throw new AMConsoleException(
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/agentconfig/model/
H A DAgentDumpModelImpl.java35 import com.sun.identity.console.base.model.AMConsoleException;
54 throws AMConsoleException {
60 throw new AMConsoleException(re.getMessage());
62 throw new AMConsoleException(se.getMessage());
64 throw new AMConsoleException(ssoe.getMessage());
68 public String getDisplayName(String universalId) throws AMConsoleException {
74 throw new AMConsoleException(getErrorString(e));
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/agentconfig/model/
H A DAgentDumpModelImpl.java35 import com.sun.identity.console.base.model.AMConsoleException;
54 throws AMConsoleException {
60 throw new AMConsoleException(re.getMessage());
62 throw new AMConsoleException(se.getMessage());
64 throw new AMConsoleException(ssoe.getMessage());
68 public String getDisplayName(String universalId) throws AMConsoleException {
74 throw new AMConsoleException(getErrorString(e));
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/authentication/model/
H A DAuthConfigurationModel.java31 import com.sun.identity.console.base.model.AMConsoleException;
46 * @throws AMConsoleException if the configuration cannot be created.
49 throws AMConsoleException;
58 throws AMConsoleException;
139 throws AMConsoleException;
173 public void store(String realm, String config) throws AMConsoleException;
199 * @throws AMConsoleException if there is an error retrieving the data
202 public Map getValues() throws AMConsoleException;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/authentication/model/
H A DAuthConfigurationModel.java31 import com.sun.identity.console.base.model.AMConsoleException;
46 * @throws AMConsoleException if the configuration cannot be created.
49 throws AMConsoleException;
58 throws AMConsoleException;
139 throws AMConsoleException;
173 public void store(String realm, String config) throws AMConsoleException;
199 * @throws AMConsoleException if there is an error retrieving the data
202 public Map getValues() throws AMConsoleException;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DMAPDeviceProfileModel.java31 import com.sun.identity.console.base.model.AMConsoleException;
65 * @throws AMConsoleException if there are no attribute to display.
71 throws AMConsoleException;
96 * @throws AMConsoleException if updates fails.
99 throws AMConsoleException;
H A DSubSchemaModelImpl.java33 import com.sun.identity.console.base.model.AMConsoleException;
56 ) throws AMConsoleException {
84 * @throws AMConsoleException if sub configuration cannot be deleted.
87 throws AMConsoleException {
104 ) throws AMConsoleException {
119 throw new AMConsoleException(getErrorString(e));
121 throw new AMConsoleException(getErrorString(e));
H A DSCSAML2SOAPBindingModelImpl.java36 import com.sun.identity.console.base.model.AMConsoleException;
63 ) throws AMConsoleException {
78 ) throws AMConsoleException {
89 * @throws AMConsoleException if XML cannot be created.
95 ) throws AMConsoleException {
H A DSCSOAPBindingModelImpl.java31 import com.sun.identity.console.base.model.AMConsoleException;
59 ) throws AMConsoleException {
74 ) throws AMConsoleException {
85 * @throws AMConsoleException if XML cannot be created.
91 ) throws AMConsoleException {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/user/model/
H A DUMUserPasswordResetOptionsModel.java32 import com.sun.identity.console.base.model.AMConsoleException;
88 * @throws AMConsoleException if password reset option cannot be modified.
94 ) throws AMConsoleException;
101 * @throws AMConsoleException if answers cannot be retrieved.
104 throws AMConsoleException;
H A DUMChangeUserPasswordModelImpl.java33 import com.sun.identity.console.base.model.AMConsoleException;
78 * @throws AMConsoleException if password cannot be obtained.
81 throws AMConsoleException {
100 throw new AMConsoleException(strError);
106 throw new AMConsoleException(strError);
118 * @throws AMConsoleException if password cannot be modified.
121 throws AMConsoleException
142 throw new AMConsoleException(strError);
151 throw new AMConsoleException(e.getConstraintViolationDetails());
154 throw new AMConsoleException(strErro
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DMAPDeviceProfileModel.java31 import com.sun.identity.console.base.model.AMConsoleException;
65 * @throws AMConsoleException if there are no attribute to display.
71 throws AMConsoleException;
96 * @throws AMConsoleException if updates fails.
99 throws AMConsoleException;
H A DSubSchemaModelImpl.java33 import com.sun.identity.console.base.model.AMConsoleException;
56 ) throws AMConsoleException {
84 * @throws AMConsoleException if sub configuration cannot be deleted.
87 throws AMConsoleException {
104 ) throws AMConsoleException {
119 throw new AMConsoleException(getErrorString(e));
121 throw new AMConsoleException(getErrorString(e));
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/user/model/
H A DUMUserPasswordResetOptionsModel.java32 import com.sun.identity.console.base.model.AMConsoleException;
88 * @throws AMConsoleException if password reset option cannot be modified.
94 ) throws AMConsoleException;
101 * @throws AMConsoleException if answers cannot be retrieved.
104 throws AMConsoleException;
H A DUMChangeUserPasswordModelImpl.java33 import com.sun.identity.console.base.model.AMConsoleException;
78 * @throws AMConsoleException if password cannot be obtained.
81 throws AMConsoleException {
100 throw new AMConsoleException(strError);
106 throw new AMConsoleException(strError);
118 * @throws AMConsoleException if password cannot be modified.
121 throws AMConsoleException
142 throw new AMConsoleException(strError);
151 throw new AMConsoleException(e.getConstraintViolationDetails());
154 throw new AMConsoleException(strErro
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DPolicyModel.java37 import com.sun.identity.console.base.model.AMConsoleException;
63 * @throws AMConsoleException if policy object cannot be located.
66 throws AMConsoleException;
76 * @throws AMConsoleException if policy cannot be cached.
83 ) throws AMConsoleException;
91 * @throws AMConsoleException if policy cannot be cached.
94 throws AMConsoleException;
102 * @throws AMConsoleException if policy names cannot be returned.
105 throws AMConsoleException;
112 * @throws AMConsoleException i
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DPolicyModel.java37 import com.sun.identity.console.base.model.AMConsoleException;
63 * @throws AMConsoleException if policy object cannot be located.
66 throws AMConsoleException;
76 * @throws AMConsoleException if policy cannot be cached.
83 ) throws AMConsoleException;
91 * @throws AMConsoleException if policy cannot be cached.
94 throws AMConsoleException;
102 * @throws AMConsoleException if policy names cannot be returned.
105 throws AMConsoleException;
112 * @throws AMConsoleException i
[all...]

Completed in 57 milliseconds

1234567891011>>