| | |
| | | continue; |
| | | } |
| | | |
| | | AttributeType attrType = DirectoryServer.getAttributeTypeOrNull("attributetypes"); |
| | | AttributeType attrType = DirectoryServer.getAttributeType("attributetypes"); |
| | | assertNotNull(attrType); |
| | | List<Attribute> attrList = e.getAttribute(attrType); |
| | | if (attrList.isEmpty()) |
| | |
| | | continue; |
| | | } |
| | | |
| | | AttributeType attrType = DirectoryServer.getAttributeTypeOrNull("objectclasses"); |
| | | AttributeType attrType = DirectoryServer.getAttributeType("objectclasses"); |
| | | assertNotNull(attrType); |
| | | List<Attribute> attrList = e.getAttribute(attrType); |
| | | if (attrList.isEmpty()) |
| | |
| | | continue; |
| | | } |
| | | |
| | | AttributeType attrType = DirectoryServer.getAttributeTypeOrNull("nameforms"); |
| | | AttributeType attrType = DirectoryServer.getAttributeType("nameforms"); |
| | | assertNotNull(attrType); |
| | | List<Attribute> attrList = e.getAttribute(attrType); |
| | | if (attrList.isEmpty()) |