Searched refs:compAuthType (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAuthnDecisionHandler.java56 private int compAuthType = 0; field in class:FSAuthnDecisionHandler
209 // by default, compAuthType is set to 0, which is EXACT
211 compAuthType = 1;
213 compAuthType = 2;
215 compAuthType = 3;
256 // compAuthType was set to 0 which is EXACT.
258 compAuthType = 1;
260 compAuthType = 2;
262 compAuthType = 3;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAuthnDecisionHandler.java56 private int compAuthType = 0; field in class:FSAuthnDecisionHandler
209 // by default, compAuthType is set to 0, which is EXACT
211 compAuthType = 1;
213 compAuthType = 2;
215 compAuthType = 3;
256 // compAuthType was set to 0 which is EXACT.
258 compAuthType = 1;
260 compAuthType = 2;
262 compAuthType = 3;

Completed in 21 milliseconds