Searched refs:debugType (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DDebug.java573 * <code>debugType</code> argument.
575 * @param debugType is any one of five possible values:
584 public void setDebug(int debugType) { argument
585 switch (debugType) {
591 debugLevel = debugType;
595 // ignore invalid debugType values
621 * <code>debugType</code> argument.
623 * @param debugType is any one of the following possible values:
632 public void setDebug(String debugType) { argument
633 if (debugType
[all...]
/forgerock/openam/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DDebug.java574 * <code>debugType</code> argument.
576 * @param debugType is any one of five possible values:
585 public void setDebug(int debugType) { argument
586 switch (debugType) {
592 debugLevel = debugType;
596 // ignore invalid debugType values
622 * <code>debugType</code> argument.
624 * @param debugType is any one of the following possible values:
633 public void setDebug(String debugType) { argument
634 if (debugType
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/
H A DDebug.java668 * <code>debugType</code> argument.
670 * @param debugType is any one of five possible values:
679 public void setDebug(int debugType) { argument
680 getDebugServiceInstance().setDebug(debugType);
695 * <code>debugType</code> argument.
697 * @param debugType is any one of the following possible values:
706 public void setDebug(String debugType) { argument
707 getDebugServiceInstance().setDebug(debugType);
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/
H A DDebug.java668 * <code>debugType</code> argument.
670 * @param debugType is any one of five possible values:
679 public void setDebug(int debugType) { argument
680 getDebugServiceInstance().setDebug(debugType);
695 * <code>debugType</code> argument.
697 * @param debugType is any one of the following possible values:
706 public void setDebug(String debugType) { argument
707 getDebugServiceInstance().setDebug(debugType);

Completed in 27 milliseconds