Searched defs:_authenticationMethod (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAuthenticationStatement.java56 protected String _authenticationMethod = null; field in class:AuthenticationStatement
121 _authenticationMethod = ((Attr)att).getValue().trim();
237 _authenticationMethod = authMethod;
268 _authenticationMethod = authMethod;
329 return _authenticationMethod;
348 _authenticationMethod = authenticationmethod;
453 if (_authenticationMethod != null &&
454 _authenticationMethod.length() != 0){
456 append(_authenticationMethod.replace("|", "%7C")).append("\"");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAuthenticationStatement.java56 protected String _authenticationMethod = null; field in class:AuthenticationStatement
121 _authenticationMethod = ((Attr)att).getValue().trim();
237 _authenticationMethod = authMethod;
268 _authenticationMethod = authMethod;
329 return _authenticationMethod;
348 _authenticationMethod = authenticationmethod;
453 if (_authenticationMethod != null &&
454 _authenticationMethod.length() != 0){
456 append(_authenticationMethod.replace("|", "%7C")).append("\"");

Completed in 30 milliseconds