Searched refs:statusAttribute (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaImpl.java64 String statusAttribute; field in class:ServiceSchemaImpl
163 * Returns statusAttribute name
167 return (statusAttribute);
374 statusAttribute = null;
386 statusAttribute = XMLUtils.getNodeAttributeValue(schemaNode,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaImpl.java66 String statusAttribute; field in class:ServiceSchemaImpl
167 * Returns statusAttribute name
171 return (statusAttribute);
406 statusAttribute = null;
418 statusAttribute = XMLUtils.getNodeAttributeValue(schemaNode,
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java93 private static final String statusAttribute = "inetUserStatus"; field in class:SpecialRepo
670 if ((vals = (Set) attributes.get(statusAttribute))
672 statusAttribute)) != null) {
673 attrs.put(statusAttribute, vals);
872 Set activeVals = (Set) attributes.get(statusAttribute);
897 attrs.put(statusAttribute, vals);
H A DAgentsRepo.java93 private static final String statusAttribute = field in class:AgentsRepo
1109 Set activeVals = (Set) attributes.get(statusAttribute);
1136 attrs.put(statusAttribute, vals);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java93 private static final String statusAttribute = "inetUserStatus"; field in class:SpecialRepo
670 if ((vals = (Set) attributes.get(statusAttribute))
672 statusAttribute)) != null) {
673 attrs.put(statusAttribute, vals);
872 Set activeVals = (Set) attributes.get(statusAttribute);
897 attrs.put(statusAttribute, vals);
H A DAgentsRepo.java105 private static final String statusAttribute = field in class:AgentsRepo
1126 Set activeVals = (Set) attributes.get(statusAttribute);
1153 attrs.put(statusAttribute, vals);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java147 private String statusAttribute = "inetUserStatus"; field in class:FilesRepo
215 statusAttribute = (String) set.iterator().next();
256 "\n\tStatus Attr: " + statusAttribute +
1307 Set activeVals = (Set) attributes.get(statusAttribute);
1336 attrs.put(statusAttribute, vals);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java149 private String statusAttribute = "inetUserStatus"; field in class:FilesRepo
217 statusAttribute = (String) set.iterator().next();
258 "\n\tStatus Attr: " + statusAttribute +
1309 Set activeVals = (Set) attributes.get(statusAttribute);
1338 attrs.put(statusAttribute, vals);

Completed in 96 milliseconds