Searched defs:bPostAuthn (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOAndFedService.java132 boolean bPostAuthn = false;
139 bPostAuthn = false;
143 bPostAuthn = true;
257 bPostAuthn,
579 boolean bPostAuthn,
601 if (!bPostAuthn && !authnRequest.getIsPassive()){
659 handler.processAuthnRequest(authnRequest, bPostAuthn);
575 handleAuthnRequest( HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, boolean bPostAuthn, boolean bLECP, String realm, String hostEntityId, String metaAlias, IDPDescriptorType hostedDesc, BaseConfigType hostedConfig) argument
H A DFSSSOBrowserArtifactProfileHandler.java153 * @param bPostAuthn <code>true</code> indicates it's post authentication;
159 boolean bPostAuthn)
164 if (bPostAuthn){
157 processAuthnRequest( FSAuthnRequest authnRequest, boolean bPostAuthn) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOAndFedService.java132 boolean bPostAuthn = false;
139 bPostAuthn = false;
143 bPostAuthn = true;
257 bPostAuthn,
579 boolean bPostAuthn,
601 if (!bPostAuthn && !authnRequest.getIsPassive()){
659 handler.processAuthnRequest(authnRequest, bPostAuthn);
575 handleAuthnRequest( HttpServletRequest request, HttpServletResponse response, FSAuthnRequest authnRequest, boolean bPostAuthn, boolean bLECP, String realm, String hostEntityId, String metaAlias, IDPDescriptorType hostedDesc, BaseConfigType hostedConfig) argument
H A DFSSSOBrowserArtifactProfileHandler.java153 * @param bPostAuthn <code>true</code> indicates it's post authentication;
159 boolean bPostAuthn)
164 if (bPostAuthn){
157 processAuthnRequest( FSAuthnRequest authnRequest, boolean bPostAuthn) argument

Completed in 27 milliseconds