| | |
| | | * |
| | | * |
| | | * Copyright 2012 profiq s.r.o. |
| | | * Portions Copyright 2012 ForgeRock AS |
| | | */ |
| | | package org.opends.server.extensions; |
| | | |
| | |
| | | VirtualAttributeRule rule) |
| | | { |
| | | // Do not process LDAP operational entries. |
| | | |
| | | if (!entry.isSubentry() && !entry.isLDAPSubentry()) |
| | | { |
| | | long expirationTime = getPasswordExpirationTime(entry); |
| | |
| | | @Override |
| | | public boolean hasValue(Entry entry, VirtualAttributeRule rule) |
| | | { |
| | | if (getPasswordExpirationTime(entry) == -1) |
| | | // Do not process LDAP operational entries. |
| | | if (entry.isSubentry() || entry.isLDAPSubentry() |
| | | || (getPasswordExpirationTime(entry) == -1)) |
| | | { |
| | | return false; |
| | | } |