Searched refs:substituteHeader (Results 1 - 7 of 7) sorted by relevance

/forgerock/openam/openam-samples/custom-authentication-module/src/main/java/org/forgerock/openam/examples/
H A DSampleAuth.java161 substituteHeader(STATE_ERROR, bundle.getString(err));
171 substituteHeader(STATE_AUTH, new_hdr);
/forgerock/openam-v13/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTP.java190 substituteHeader(START_STATE, bundle.getString("send.success"));
234 substituteHeader(START_STATE, bundle.getString("send.success"));
/forgerock/openam/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTP.java190 substituteHeader(START_STATE, bundle.getString("send.success"));
234 substituteHeader(START_STATE, bundle.getString("send.success"));
/forgerock/openam-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java725 substituteHeader(STATE_ERROR, headerMessage);
748 substituteHeader(STATE_ERROR, headerMessage);
/forgerock/openam/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java756 substituteHeader(STATE_ERROR, headerMessage);
779 substituteHeader(STATE_ERROR, headerMessage);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java790 public void substituteHeader(int state, String header) method in class:AMLoginModule
793 debug.message("substituteHeader : state=" + state + ", header=" +
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java802 public void substituteHeader(int state, String header) method in class:AMLoginModule
805 debug.message("substituteHeader : state=" + state + ", header=" +

Completed in 50 milliseconds