Searched refs:ExitCodes (Results 1 - 25 of 392) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/entitlement/
H A DApplicationImpl.java34 import com.sun.identity.cli.ExitCodes;
107 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
120 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
130 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
140 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
152 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
169 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
172 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
182 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
185 ExitCodes
[all...]
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/entitlement/
H A DApplicationImpl.java35 import com.sun.identity.cli.ExitCodes;
120 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
133 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
143 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
153 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
165 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
182 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
185 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
195 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
198 ExitCodes
[all...]
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/cli/
H A DDummyCommand.java51 ExitCodes.INVALID_OPTION_VALUE);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/serverconfig/
H A DServerConfigBase.java33 import com.sun.identity.cli.ExitCodes;
59 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
64 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
69 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
H A DCreateServer.java37 import com.sun.identity.cli.ExitCodes;
78 ExitCodes.INCORRECT_OPTION, rc.getSubCommand().getName());
113 throw new CLIException(e,ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
119 throw new CLIException(e,ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
125 throw new CLIException(e,ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
131 throw new CLIException(e,ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
137 throw new CLIException(e,ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
H A DImportServer.java35 import com.sun.identity.cli.ExitCodes;
91 throw new CLIException(e,ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
97 throw new CLIException(e,ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
103 throw new CLIException(e,ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
109 throw new CLIException(e,ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
115 throw new CLIException(e,ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
121 throw new CLIException(e,ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/serverconfig/
H A DServerConfigBase.java33 import com.sun.identity.cli.ExitCodes;
59 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
64 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
69 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
/forgerock/openam/openam-test/src/test/java/com/sun/identity/cli/
H A DDummyCommand.java51 ExitCodes.INVALID_OPTION_VALUE);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/agentconfig/
H A DCreateAgent.java41 import com.sun.identity.cli.ExitCodes;
96 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
108 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
113 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
117 throw new CLIException(getResourceString("server-url-missing"), ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
120 throw new CLIException(getResourceString("agent-url-missing"), ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
124 throw new CLIException(getResourceString("missing-urls"), ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
146 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
161 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
172 ExitCodes
[all...]
H A DUpdateAgent.java36 import com.sun.identity.cli.ExitCodes;
78 ExitCodes.INCORRECT_OPTION, rc.getSubCommand().getName());
99 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
113 throw new CLIException(e, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
119 throw new CLIException(e, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
125 throw new CLIException(e, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
131 throw new CLIException(e, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
H A DUpdateAgentGroup.java36 import com.sun.identity.cli.ExitCodes;
79 ExitCodes.INCORRECT_OPTION, rc.getSubCommand().getName());
101 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
115 throw new CLIException(e, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
121 throw new CLIException(e, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
127 throw new CLIException(e, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
133 throw new CLIException(e, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/agentconfig/
H A DCreateAgent.java41 import com.sun.identity.cli.ExitCodes;
96 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
108 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
113 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
117 throw new CLIException(getResourceString("server-url-missing"), ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
120 throw new CLIException(getResourceString("agent-url-missing"), ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
124 throw new CLIException(getResourceString("missing-urls"), ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
146 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
161 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
172 ExitCodes
[all...]
H A DUpdateAgent.java36 import com.sun.identity.cli.ExitCodes;
78 ExitCodes.INCORRECT_OPTION, rc.getSubCommand().getName());
99 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
113 throw new CLIException(e, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
119 throw new CLIException(e, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
125 throw new CLIException(e, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
131 throw new CLIException(e, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/datastore/
H A DDataStoreBase.java34 import com.sun.identity.cli.ExitCodes;
52 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DSchemaCommand.java44 import com.sun.identity.cli.ExitCodes;
80 e, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
84 e, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
124 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
134 e, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
143 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
164 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
178 throw new CLIException(msg, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/datastore/
H A DDataStoreBase.java34 import com.sun.identity.cli.ExitCodes;
52 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DSchemaCommand.java44 import com.sun.identity.cli.ExitCodes;
80 e, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
84 e, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
124 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
134 e, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
143 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
164 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
178 throw new CLIException(msg, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DExitCodes.java25 * $Id: ExitCodes.java,v 1.4 2008/07/31 21:54:55 veiming Exp $
35 public interface ExitCodes { interface
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/authentication/
H A DCreateAuthConfiguration.java37 import com.sun.identity.cli.ExitCodes;
76 throw new CLIException(e, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
81 throw new CLIException(e, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
86 throw new CLIException(e, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DExitCodes.java25 * $Id: ExitCodes.java,v 1.4 2008/07/31 21:54:55 veiming Exp $
35 public interface ExitCodes { interface
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/authentication/
H A DCreateAuthConfiguration.java37 import com.sun.identity.cli.ExitCodes;
76 throw new CLIException(e, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
81 throw new CLIException(e, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
86 throw new CLIException(e, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/org/forgerock/openam/cli/schema/
H A DRemovePluginSchema.java31 import com.sun.identity.cli.ExitCodes;
72 throw new CLIException(smse, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
74 throw new CLIException(ssoe, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
103 throw new CLIException(ssoe, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
112 throw new CLIException(smse, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/org/forgerock/openam/cli/schema/
H A DRemovePluginSchema.java31 import com.sun.identity.cli.ExitCodes;
72 throw new CLIException(smse, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
74 throw new CLIException(ssoe, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
103 throw new CLIException(ssoe, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
112 throw new CLIException(smse, ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DExportMetaData.java37 import com.sun.identity.cli.ExitCodes;
114 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
133 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
206 objs2), ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
230 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
236 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
240 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
266 objs2), ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
300 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
305 ExitCodes
[all...]
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DExportMetaData.java37 import com.sun.identity.cli.ExitCodes;
114 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
133 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
206 objs2), ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
230 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
236 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
240 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
266 objs2), ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
300 ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
305 ExitCodes
[all...]

Completed in 82 milliseconds

1234567891011>>