| | |
| | | import org.opends.server.types.AddressMask; |
| | | import org.opends.server.types.AttributeType; |
| | | import org.opends.server.types.DN; |
| | | |
| | | import org.opends.server.authorization.dseecompat.Aci; |
| | | |
| | | |
| | | /** |
| | |
| | | } |
| | | |
| | | |
| | | /** |
| | | * Visit a dseecompat ACI. |
| | | * |
| | | * @param d |
| | | * The dseecompat ACI property definition. |
| | | * @param v |
| | | * The property value to visit. |
| | | * @param p |
| | | * A visitor specified parameter. |
| | | * @return Returns a visitor specified result. |
| | | */ |
| | | public R visitACI(ACIPropertyDefinition d, Aci v, |
| | | P p) { |
| | | return visitUnknown(d, v, p); |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | | * Visit a size. |