Searched refs:authenticationmethod (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAuthenticationStatement.java336 * @param authenticationmethod input authentication method
339 public boolean setAuthenticaionMethod(String authenticationmethod) { argument
340 if (authenticationmethod == null ||
341 authenticationmethod.length() == 0) {
348 _authenticationMethod = authenticationmethod;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAuthenticationStatement.java336 * @param authenticationmethod input authentication method
339 public boolean setAuthenticaionMethod(String authenticationmethod) { argument
340 if (authenticationmethod == null ||
341 authenticationmethod.length() == 0) {
348 _authenticationMethod = authenticationmethod;
/forgerock/opendj2-jel-hg/resource/bin/
H A Didsconfig2679 [[ ${LINE:0:21} == 'authenticationmethod=' && ${LINE:21} == 'GSSAPI' ]]\

Completed in 33 milliseconds