Searched refs:MECHANISM_PLAIN (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/authnsvc/
H A DAuthnSvcConstants.java227 public static final String MECHANISM_PLAIN = "PLAIN"; field in class:AuthnSvcConstants
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/authnsvc/
H A DAuthnSvcConstants.java227 public static final String MECHANISM_PLAIN = "PLAIN"; field in class:AuthnSvcConstants
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/liberty/ws/authnsvc/mechanism/
H A DPlainMechanismHandler.java90 saslResp.setServerMechanism(AuthnSvcConstants.MECHANISM_PLAIN);
109 saslResp.setServerMechanism(AuthnSvcConstants.MECHANISM_PLAIN);
H A DCramMD5MechanismHandler.java212 saslResp.setServerMechanism(AuthnSvcConstants.MECHANISM_PLAIN);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/liberty/ws/authnsvc/mechanism/
H A DPlainMechanismHandler.java90 saslResp.setServerMechanism(AuthnSvcConstants.MECHANISM_PLAIN);
109 saslResp.setServerMechanism(AuthnSvcConstants.MECHANISM_PLAIN);
H A DCramMD5MechanismHandler.java215 saslResp.setServerMechanism(AuthnSvcConstants.MECHANISM_PLAIN);

Completed in 730 milliseconds