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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/rest/
H A DMarshallerFactory.java651 Attribute[] ats = ud.getAttributes();
652 if (ats != null) {
653 for (Attribute attr : ats) {
737 Attribute[] ats = id.getAttributes();
738 if (ats != null) {
739 for (Attribute attr : ats) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/rest/
H A DMarshallerFactory.java651 Attribute[] ats = ud.getAttributes();
652 if (ats != null) {
653 for (Attribute attr : ats) {
737 Attribute[] ats = id.getAttributes();
738 if (ats != null) {
739 for (Attribute attr : ats) {

Completed in 41 milliseconds