| | |
| | | // Check all the attributes that we consider binaries. |
| | | if (schema != null) |
| | | { |
| | | AttributeType attrType = AttributeDescription.valueOf(attrName, schema.getSchemaNG()).getAttributeType(); |
| | | AttributeType attrType = AttributeDescription.valueOf(attrName, schema).getAttributeType(); |
| | | if (!attrType.isPlaceHolder()) |
| | | { |
| | | String syntaxOID = attrType.getSyntax().getOID(); |
| | |
| | | { |
| | | if (schema != null) |
| | | { |
| | | AttributeType attrType = AttributeDescription.valueOf(attrName, schema.getSchemaNG()).getAttributeType(); |
| | | AttributeType attrType = AttributeDescription.valueOf(attrName, schema).getAttributeType(); |
| | | if (!attrType.isPlaceHolder()) |
| | | { |
| | | PasswordType passwordType = SchemaUtils.checkPasswordType(attrType); |
| | |
| | | { |
| | | if (schema != null) |
| | | { |
| | | AttributeType attrType = AttributeDescription.valueOf(attrName, schema.getSchemaNG()).getAttributeType(); |
| | | AttributeType attrType = AttributeDescription.valueOf(attrName, schema).getAttributeType(); |
| | | if (!attrType.isPlaceHolder()) |
| | | { |
| | | return oids.contains(attrType.getSyntax().getOID()); |