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

/forgerock/openam-v13/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/
H A DOAuth.java339 saveAttributes(attributes);
378 saveAttributes(attributes);
589 public void saveAttributes(Map<String, Set<String>> attributes) throws AuthLoginException { method in class:OAuth
596 OAuthUtil.debugMessage("OAuth.saveAttributes: "
600 OAuthUtil.debugMessage("OAuth.saveAttributes: NO attributes to set");
662 saveAttributes(attributes);
/forgerock/openam/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/
H A DOAuth.java345 saveAttributes(attributes);
384 saveAttributes(attributes);
595 public void saveAttributes(Map<String, Set<String>> attributes) throws AuthLoginException { method in class:OAuth
602 OAuthUtil.debugMessage("OAuth.saveAttributes: "
606 OAuthUtil.debugMessage("OAuth.saveAttributes: NO attributes to set");
680 saveAttributes(attributes);

Completed in 54 milliseconds