Searched defs:strIndexType (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DAuthenticator.java255 private AuthContext getAuthContext(CommandManager mgr, String strIndexType, String indexName) argument
260 if (strIndexType.equalsIgnoreCase("module_instance")) {
262 } else if (strIndexType.equalsIgnoreCase("service")) {
264 } else if (strIndexType.equalsIgnoreCase("user")) {
266 } else if (strIndexType.equalsIgnoreCase("role")) {
268 } else if (strIndexType.equalsIgnoreCase("level")) {
270 } else if (strIndexType.equalsIgnoreCase("composite_advice")) {
272 } else if (strIndexType.equalsIgnoreCase("resource")) {
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DAuthenticator.java257 private AuthContext getAuthContext(CommandManager mgr, String strIndexType, String indexName) argument
262 if (strIndexType.equalsIgnoreCase("module_instance")) {
264 } else if (strIndexType.equalsIgnoreCase("service")) {
266 } else if (strIndexType.equalsIgnoreCase("user")) {
268 } else if (strIndexType.equalsIgnoreCase("role")) {
270 } else if (strIndexType.equalsIgnoreCase("level")) {
272 } else if (strIndexType.equalsIgnoreCase("composite_advice")) {
274 } else if (strIndexType.equalsIgnoreCase("resource")) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLRequest.java237 * @param strIndexType
239 public void setIndexType(String strIndexType) { argument
240 if (strIndexType.equalsIgnoreCase("service")) {
242 } else if (strIndexType.equalsIgnoreCase("authLevel")) {
244 } else if (strIndexType.equalsIgnoreCase("role")) {
246 } else if (strIndexType.equalsIgnoreCase("moduleInstance")) {
248 } else if (strIndexType.equalsIgnoreCase("user")) {
250 } else if (strIndexType.equalsIgnoreCase("compositeAdvice")) {
252 } else if (strIndexType.equalsIgnoreCase(
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLRequest.java237 * @param strIndexType
239 public void setIndexType(String strIndexType) { argument
240 if (strIndexType.equalsIgnoreCase("service")) {
242 } else if (strIndexType.equalsIgnoreCase("authLevel")) {
244 } else if (strIndexType.equalsIgnoreCase("role")) {
246 } else if (strIndexType.equalsIgnoreCase("moduleInstance")) {
248 } else if (strIndexType.equalsIgnoreCase("user")) {
250 } else if (strIndexType.equalsIgnoreCase("compositeAdvice")) {
252 } else if (strIndexType.equalsIgnoreCase(
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java765 public static AuthContext.IndexType getIndexType(String strIndexType) { argument
768 utilDebug.message("getIndexType : strIndexType = " + strIndexType);
770 if (strIndexType != null) {
771 if (strIndexType.equalsIgnoreCase("user")) {
773 } else if (strIndexType.equalsIgnoreCase("role")) {
775 } else if (strIndexType.equalsIgnoreCase("service")) {
777 } else if (strIndexType.equalsIgnoreCase("module_instance")) {
779 } else if (strIndexType.equalsIgnoreCase("level")) {
781 } else if (strIndexType
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java768 public static AuthContext.IndexType getIndexType(String strIndexType) { argument
771 utilDebug.message("getIndexType : strIndexType = " + strIndexType);
773 if (strIndexType != null) {
774 if (strIndexType.equalsIgnoreCase("user")) {
776 } else if (strIndexType.equalsIgnoreCase("role")) {
778 } else if (strIndexType.equalsIgnoreCase("service")) {
780 } else if (strIndexType.equalsIgnoreCase("module_instance")) {
782 } else if (strIndexType.equalsIgnoreCase("level")) {
784 } else if (strIndexType
[all...]

Completed in 41 milliseconds